DEV Community

Discussion on: 3 Minimally-Invasive Supercharged JS DEBUG Tools You Didn't Know You Had

Collapse
 
osde8info profile image
Clive Da

does

var fred = 1234
console.log ({fred})

turn a variable into an object anywhere in JS of just in console.log ?

Collapse
 
richardeschloss profile image
Richard Schloss

Just in console.log :)