● ● ● robot.js
JavaScript
1
console output
LIVE
Click ▶ Run to see your code's output here…
🎯 Mission Step 1 of 4
Create a variable called robotName with the value "Bolt" and print it!
var name = "value"; to create a string variable, then console.log(name); to print it.