Wow, thanks for the video! Interesting topic. Are there any other useful properties like "Symbol.iterator"? Maybe something you personally recommend or use on a daily basis?
Thank you for the comment. Hmm, what I would recommend to acquire is Symbol.asyncIterator for an overriding of iterating through async objects - developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator . Also Symbol.isConcatSpreadable which may help you override merging objects - developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/isConcatSpreadable. And the interesting symbol is Symbol.toPrimitive, which can override default behaviour of transforming objects to primitives - developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toPrimitive
👍
Amazing work you did!
Nice!
Thanks)
That’s amazing, I will watch your video 7.5 times and I will report it, thank you
Wow, thanks for the video! Interesting topic.
Are there any other useful properties like "Symbol.iterator"? Maybe something you personally recommend or use on a daily basis?
Thank you for the comment.
Hmm, what I would recommend to acquire is Symbol.asyncIterator for an overriding of iterating through async objects - developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator .
Also Symbol.isConcatSpreadable which may help you override merging objects - developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/isConcatSpreadable.
And the interesting symbol is Symbol.toPrimitive, which can override default behaviour of transforming objects to primitives - developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toPrimitive