HashTableExample
let user={name : 'reddy', age:23, magic:true, screem : function(){console.log("hahhaaaa")} };
console.log(user.screem());INFO
let user={name : 'reddy', age:23, magic:true, screem : function(){console.log("hahhaaaa")} };
console.log(user.screem());