filmov
tv
Data Structures in Javascript - Objects (Coding out custom object class)

Показать описание
Ok, we've talked about objects for the last few days - I think it's time we coded out an object class. Now, this will have a hashing function (not the one from the last video), and will have ability to set and get resources from our object. Not bad. Good conceptual stuff. #javascript #datastructures #algorithms