Challenge 📝
Resources 📚
If you've never worked with JavaScript before, don't worry - this challenge is designed to help you get started with some basic coding concepts.
The challenge is to declare three variables: a
, b
, and c
. The first two variables, a
and b
, should be assigned the values 4 and 2, respectively. The third variable, c
, should contain the sum of a
and 'b'.
Don't worry if this seems a bit tricky at first - take your time and pay close attention to the syntax. Make sure you use the correct variable names and assignment operators, and don't forget to terminate each statement with a semicolon.
Good luck, and have fun with this challenge! With a bit of practice, you'll be on your way to mastering JavaScript in no time.
If you need assistance check the 'Resources' tab.
Examples:
let bestJSChallenges = 'JSCodebox'
unsolved