Iterate Object in JavaScript using for...in loop #shorts #javascript

preview_player
Показать описание
Update:
The variable name we use is "website" in the example but we mistakenly used "person" in for...in the loop.
You should assume we are using the "website" variable instead of the "person" variable.

Iterate Object in JavaScript using for...in loop #shorts #javascript
Рекомендации по теме
Комментарии
Автор

this doesn't make much sense, why is there that object "website" when then you work with data from "person".. also using person.foreach() in this case would be better imo

cubiqprivate