#unary-plus
Read more stories on Hashnode
Articles with this tag
People often think of Number() or parseInt() method when they convert different types into a number. const id = "3"; console.log(typeof id) //...