Sandeep RanaforSandeep Ranasandrana.hashnode.netยท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...36 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.