JS
Menu
Dashboard
/
JavaScript Basics
/
variables
variables
Create a string variable
Challenge 1 of 5
Instructions
Create a variable named `name` and assign it the string `"Ada"`.
Editor
// Write your code below
Run tests
Solution (Premium)