What is the output of the following?
var s1 = new String('2 + 2')
console.log(eval(s1)) // ?
Categories
⚛️ Javascript ⛔️ No computer needed ⛔️ No whiteboardingDifficulty
var s1 = new String('2 + 2')
console.log(eval(s1)) // ?
Categories
⚛️ Javascript ⛔️ No computer needed ⛔️ No whiteboardingDifficulty
🤔 Medium