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
SnykSec -
Weslley Neves -
SameX -
SameX -
Top comments (0)