Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JavaScript Algorithms and Data Structures
- Basic JavaScript
- Multiply Two Numbers with JavaScript
- We can also multiply one number by another.
- JavaScript uses the * symbol for the multiplication of two numbers.
- Example
- const myVar = 13 * 13;
- myVar would have the value 169.
- Change the 0 so that product will equal 80.
- for more: https://www.clictune.com/ey5G
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement