Tell us what’s happening:
Your code so far
/* Data Types:
undefined, null, boolean, string, symbol, number, and object
*/
var myName = "Beau"
myName = 8
var ourName = "freeCodeCamp"
const pi = 3.14
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36
.
Challenge: Declare JavaScript Variables
Link to the challenge: