JavaScript: Difference between revisions

56 bytes removed ,  28 June 2016
→‎examples: remove unnecessary block
add more
→‎examples: remove unnecessary block
Line 12: Line 12:


Number("5") * 5; // explicitly convert "5" to number and perform operation
Number("5") * 5; // explicitly convert "5" to number and perform operation
</syntaxhighlight>
<syntaxhighlight lang="javascript">
</syntaxhighlight>
</syntaxhighlight>