Skip to content

Instantly share code, notes, and snippets.

View codewithpom's full-sized avatar
🎯
Focusing

Padmashree Jha codewithpom

🎯
Focusing
View GitHub Profile
const student = {
name: "Insha",
age: 20
}
let key = "name"
console.log(student[key]) // prints out Insha
/*
JSON5 parser module
License:
This software is dual-licensed to the public domain and under the following
license: you are granted a perpetual, irrevocable license to copy, modify,
publish, and distribute this file as you see fit.
No warranty is implied, use at your own risk.
Credits: