DEV Community

Discussion on: 7 Javascript Tips and Tricks

Collapse
 
kasinathcr profile image
Kasinath Conjeevaram Ravi

There's a typo in Convert to Boolean code section. It should be:
console.log(typeof isTrue) instead of:
console.log(typeof true)

Collapse
 
egaprsty profile image
Ega Prasetya

Thx for correction bro