0
Что делает цепь for..of и цепь for...in?
3 Réponses
+ 1
for..of => iterate over values
for..in => iterate over properties
but you doesn't deserve my answer, as you let me use googld translate where you have been able to do it yourself ^^
all the more that I previously provided as answer a useful link to a website where you can find all you want to know about es6/js, html, css and more:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in
0
if you want more chances to get answer, write your question in english ^^
0
Thanks