Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Let me know what would you like me to talk about, it can be anything as long as it is programming related
thanks
Hi, nice job. Very useful. Say with you did to appear directly the console log in code?
If I remember correctly it's wallaby
Ok, what if I add some property to 'set', and then I need to find key(index) and value in the 'set' list?
If I understand the question correctly it should be something like this:set.someProperty='some value'for (let prop in set) { console.log(prop, '-', set[prop]); // will log: someProperty - some value}Exactly the same as in regular object
I like initiative but Try to improve your teaching methodology. I still don't understand iterators after watching your video
Let me know what would you like me to talk about, it can be anything as long as it is programming related
thanks
Hi, nice job. Very useful. Say with you did to appear directly the console log in code?
If I remember correctly it's wallaby
Ok, what if I add some property to 'set', and then I need to find key(index) and value in the 'set' list?
If I understand the question correctly it should be something like this:
set.someProperty='some value'
for (let prop in set) {
console.log(prop, '-', set[prop]); // will log: someProperty - some value
}
Exactly the same as in regular object
I like initiative but Try to improve your teaching methodology. I still don't understand iterators after watching your video