Created
July 13, 2020 01:35
-
-
Save Proful/079ec487e47f3c6cf20f5066d935a399 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const twit = { name: 'Proful', followers: 1483} | |
console.log(Object.entries(twit)) | |
Object.entries(twit).forEach(([key,value],index) => { | |
console.log(`${index}. ${key} => ${value}`) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment