Go to file
mhrooz d9bba74979 Iterables:
add a [Symbol.Iterable] to make the object iterable so that the object can use for of loop
the [Symbol.Iterable] is a function, it should return a object includesdone and value
Array.from method can return Array.from a arraylike object and iterable object
string can be used in array.from as well
2024-06-18 00:11:16 +02:00
3.5mocha bdd mocha test method 2024-06-02 12:03:32 +02:00
4.1object 4.1 done 2024-06-02 12:22:16 +02:00
4.4this learn this, but not very clear 2024-06-02 15:32:46 +02:00
4.5constructor constructor is a function 2024-06-03 12:16:54 +02:00
5.4ArrayMethod add some problems 2024-06-16 23:04:25 +02:00
5.5Iterables Iterables: 2024-06-18 00:11:16 +02:00
index.html init 2024-06-16 21:02:41 +02:00