You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//var a = ["firstname","test", "lastname","Demo"]; //object
//var a = {"fname":"test", "lname":"demo"}; // object
//var a = undefined; //undefined
//var a = null; //null
var a = Symbol("hello"); // using unique value and symbol not using in array or for/foreach loop and console normal so symbol valur printed but if using json symbol value not printed