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