1. JavaScript Tutorial
  2. Loop For & While
  3. Math Object
  4. What is Array
  5. What is JSON
  6. Function in JS
  7. RegExp – Regular Expression
  • Math.round(x) – Returns x rounded to its nearest integer
  • Math.ceil(x) – Returns x rounded up to its nearest integer
  • Math.floor(x) – Returns x rounded down to its nearest integer
  • Math.sign() – returns if x is negative, null or positive
  • Math.random() – Returns a random number

Learning Path Youtube

No responses yet

Leave a Reply

Your email address will not be published. Required fields are marked *