Advertisement
sissou123

Untitled

Mar 22nd, 2022
788
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 the 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.  
  15. for more: https://www.clictune.com/ey5G
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement