
"There's nothing more permanent than a temporary solution."
const desc = {
firstName: "Florian",
lastName: "Auberval",
age: 23
};
for (const k in desc) {
console.log(`${k} : ${desc[k]} `);
}
- Limoges, France
- in/auberval-florian
Sort by: Most downloads
0 packages
No results matched your search.
Try browsing all packages to find what you're looking for.