Answers for "loop script javascript"

220

js loop

var colors=["red","blue","green"];
for (let i = 0; i < colors.length; i++) { 
  console.log(colors[i]);
}
Posted by: Guest on June-17-2019
0

javascript.loop

echo "# AashutoshSINHA" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/AashutoshSINHA/AashutoshSINHA.git
git push -u origin main
Posted by: Guest on August-04-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language