Tech How to make a loop via keys in Javascript kevin-tofu March 1, 2023 1 min read Object.keys(mydict).forEach(mykey => { console.log(mydict[mykey]) }) Continue Reading Previous Previous post: How to add tag on Git RepositoryNext Next post: Convert an Array into Associative Array using reduce in Javascript Related News Minecraft Server Deployment on Kubernetes Minecraft Server Deployment on Kubernetes Unexpected behavior in Python, mutable variable as default arguments Unexpected behavior in Python, mutable variable as default arguments How to copy files from a pod in Kubernetes, or vice versa How to copy files from a pod in Kubernetes, or vice versa Read JSON file with CPP Read JSON file with CPP