Sandeep Ranasandrana.hashnode.devยทApr 15, 2023null vs undefined In JavascriptBasic Definition null and undefined is part of Javascript primitive datatypes living happily with 5 others. let javascriptPrimitives = ['string','number','null','undefined','boolean','symbol', 'bigint']; Note - Both null and undefined will represen...46 readsModern Javascript - The Tricky QuestionsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.