Talk:JavaScript syntax: Difference between revisions

Content deleted Content added
Line 172:
Method toFixed should not be recommended for the web because it is unreliable in MS IE 7 and I think all previous versions of IE that had it - <tt>0.07.toFixed(1)</tt> gives <tt>0.0</tt>.
The algorithm for <tt>StrU</tt> currently in http://www.merlyn.demon.co.uk/js-rndg1.htm#GC has no known errors. [[Special:Contributions/82.163.24.100|82.163.24.100]] ([[User talk:82.163.24.100|talk]]) 18:44, 3 April 2009 (UTC)
Internet explorer uses JScript, not JavaScript, it works with all JavaScript browsers.
 
== alert vs. println ==