Answers for "foreach typescript html"

4

typescript foreach

let num = [7, 8, 9];
num.forEach(function (value) {
  console.log(value);
});
Posted by: Guest on March-17-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language