Tricky JavaScript interview questions
In this article, you will see a lot of JavaScript tricky questions maybe you will face in your interview.
Let's get started.
console.log(1 + "1")// 11
console.log(1 - "1") // 0
1- Plus operator in JavaScript
The first thing you should think about i...
tm08.hashnode.dev4 min read