Skip to content

Commit e0469e9

Browse files
hello bello
1 parent 9d2e4cf commit e0469e9

File tree

1 file changed

+6
-0
lines changed
  • 1. Build a Passenger Counter App/05. Basic mathematical operations

1 file changed

+6
-0
lines changed

1. Build a Passenger Counter App/05. Basic mathematical operations/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@
1111
// 2. Multiply the two together and store the result in myDogAge
1212
// 3. Log myDogAge to the console
1313

14+
let myAge = 19
15+
let humanDogRatio = 7
16+
let myDogAge = myAge * humanDogRatio
17+
console.log(myDogAge)
18+
19+

0 commit comments

Comments
 (0)