Logo

Programming-Idioms

History of Idiom 55 > diff from v11 to v12

Edit summary for version 12 by :

Version 11

2015-08-20, 18:30:21

Version 12

2015-08-20, 20:09:05

Idiom #55 Convert integer to string

Create the string representation s (in radix 10) of integer value i.

Idiom #55 Convert integer to string

Create the string representation s (in radix 10) of integer value i.

Code
var s = "$i";