implicit type conversion js

JavaScript
Input:
  var v = 1555;
  var s = v.toString();

Output:
	now s contains "1555".
Source

Also in JavaScript: