Menu
Coddy logo textTech

Recap - Simple Math

Part of the Fundamentals section of Coddy's JavaScript journey — lesson 17 of 77.

challenge icon

Challenge

Beginner

You are given a code, initialize the variables a and b so that c will hold 24.

Try it yourself

// Type your code below

// Don't change the line below
let c = b * a
console.log(`c = ${c}`)

All lessons in Fundamentals