Open in app
Home
Notifications
Lists
Stories

Write
Khushbu Choksi
Khushbu Choksi

7 Followers

Home

About

16 hours ago

Do you know these interesting things in Javascript?

1. Why the output of the following code is so strange 🤔? console.log(null > 0); // false console.log(null === 0); // false console.log(null >= 0); // true Ans: Generally, It’s expected that if the output of null > 0 and null === 0 is false then the output of null >= 0 must be false. After spending a little time on this…

Java Script

4 min read

Do you know these interesting things in Javascript?
Do you know these interesting things in Javascript?
Java Script

4 min read


Oct 16

Do you think JSON.parse() or Object.assign() is an alternative to the spread operator in Javascript ?

Well, I’ve got this misconception of thinking that the spread operator is an alternative to JSON.parse() or Object.assign(). A couple of days ago, In one of my projects, I just tried to create a new object from the existing object, and to do that I used the spread operator. Based…

Java Script

4 min read

Java Script

4 min read

Khushbu Choksi

Khushbu Choksi

7 Followers
Following
  • Lost Books

    Lost Books

  • Caitlin Johnstone

    Caitlin Johnstone

  • Dr. David Dunkley Gyimah

    Dr. David Dunkley Gyimah

  • Gregg Williams, MFT

    Gregg Williams, MFT

  • Jeff Cunningham

    Jeff Cunningham

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech