DEV Community

Discussion on: LEVEL UP with JavaScript! LVL 6

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

Huh? Not sure what you're talking about here - strings are not immutable in JS. Your console.log(name) will show Wizard in the console. The return value of console.log is undefined, but that is always the case with console.log - whatever you pass to it