const str = 'scripting'
console.log(!!str)
console.log(str == true)
console.log(str ? 'true' : 'false')
*Perhaps, we can start from here. Tell us what'd be logged in your console...
*
const str = 'scripting'
console.log(!!str)
console.log(str == true)
console.log(str ? 'true' : 'false')
*Perhaps, we can start from here. Tell us what'd be logged in your console...
*
For further actions, you may consider blocking this person and/or reporting abuse
Jeevachaithanyan Sivanandan -
Innovative Insight -
TheCSPandz -
KISHORE K -
Top comments (0)