Quick actions

cmd+k|ctrl+k

Navigation

Languages

HashTableExample

Snippet info

Language

JavaScript

Visibility

public

Author

mrp123

Created

2019-01-22T14:00:01Z

Updated

2019-01-22T14:00:01Z


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