Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 265 Bytes

js_good_parts.md

File metadata and controls

8 lines (5 loc) · 265 Bytes

JavaScript - The Good Parts



  • Avoid using block comments /* */ because they can occur in JavaScript Regular Expressions. So it is a good practise to use line comments //.
  • The value Infinity represents all values over 1.79769313486231570e+308.