sissou123

Untitled

Mar 16th, 2022
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. JavaScript Algorithms and Data Structures
  2. Basic JavaScript
  3. Multiply Two Numbers with JavaScript
  4. We can also multiply one number by another.
  5.  
  6. JavaScript uses the * symbol for multiplication of two numbers.
  7.  
  8. Example
  9.  
  10. const myVar = 13 * 13;
  11. myVar would have the value 169.
  12.  
  13. Change the 0 so that product will equal 80.
  14. for more:https://bit.ly/3u162EF
Add Comment
Please, Sign In to add comment