mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Add the text "Here is an example:" to article (#20071)
This commit is contained in:
parent
770b5281c2
commit
66b24ff131
@ -3,6 +3,8 @@ title: Multiply Two Numbers with JavaScript
|
||||
---
|
||||
JavaScript uses use the `*` symbol for multiplication.
|
||||
|
||||
Here is an example:
|
||||
|
||||
var product = 8 * 10;
|
||||
|
||||
the 'product' would have the value '80' after this line.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user