Snippets Collections
const s = 'Hello World';

console.log(s);
console.log(s.__proto__); // view in console to get all properties to use on a string

// or use
console.dir(s)
star

Sat Apr 20 2024 23:30:26 GMT+0000 (Coordinated Universal Time)

#properties #primitive

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension