Lynda - JavaScript: Maps and Sets

seeders: 7
leechers: 1
updated:
Added by notmrME in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...

Files

JavaScript Maps and Sets [2] 1. Maps
  • [11] Solution Maps.mp4 (44.9 MB)
  • [1] The Map object defined.mp4 (4.7 MB)
  • [1] The Map object defined.srt (2.4 KB)
  • [2] Build your Map object with the set method.mp4 (13.5 MB)
  • [2] Build your Map object with the set method.srt (6.9 KB)
  • [3] Access a value with get.mp4 (8.3 MB)
  • [3] Access a value with get.srt (6.2 KB)
  • [4] Does the map have your key.mp4 (6.9 MB)
  • [4] Does the map have your key.srt (4.7 KB)
  • [5] Determine map size.mp4 (5.9 MB)
  • [5] Determine map size.srt (3.4 KB)
  • [6] Remove key-value pairs with clear and delete.mp4 (12.4 MB)
  • [6] Remove key-value pairs with clear and delete.srt (6.4 KB)
  • [7] Map Keys and values methods.mp4 (15.7 MB)
  • [7] Map Keys and values methods.srt (8.2 KB)
  • [8] Map contents with the entries method.mp4 (7.4 MB)
  • [8] Map contents with the entries method.srt (3.7 KB)
  • [9] Loop over a map with forEach.mp4 (6.9 MB)
  • [9] Loop over a map with forEach.srt (3.9 KB)
  • [10] Challenge Maps.mp4 (3.0 MB)
  • [10] Challenge Maps.srt (1.8 KB)
  • [11] Solution Maps.srt (21.3 KB)
[1] Introduction
  • [1] Get to know JavaScript maps and sets.mp4 (2.9 MB)
  • [1] Get to know JavaScript maps and sets.srt (0.8 KB)
  • [2] What you should know.mp4 (4.5 MB)
  • [2] What you should know.srt (2.9 KB)
  • Downloaded from 1337x.html (0.5 KB)
  • [3] 2. WeakMaps
    • [1] What is the WeakMap object.mp4 (5.8 MB)
    • [1] What is the WeakMap object.srt (2.7 KB)
    • [2] Same methods, different map.mp4 (4.6 MB)
    • [2] Same methods, different map.srt (2.3 KB)
    • [3] Challenge WeakMaps.mp4 (4.1 MB)
    • [3] Challenge WeakMaps.srt (2.3 KB)
    • [4] Solution WeakMaps.mp4 (18.7 MB)
    • [4] Solution WeakMaps.srt (8.8 KB)
    [4] 3. Sets
    • [1] The Set object defined.mp4 (3.6 MB)
    • [1] The Set object defined.srt (1.7 KB)
    • [2] Add values to your set.mp4 (9.2 MB)
    • [2] Add values to your set.srt (5.1 KB)
    • [3] Does Set have your value.mp4 (8.0 MB)
    • [3] Does Set have your value.srt (4.8 KB)
    • [4] Get your set size.mp4 (5.9 MB)
    • [4] Get your set size.srt (3.2 KB)
    • [5] Delete and clear values in your set.mp4 (8.2 MB)
    • [5] Delete and clear values in your set.srt (4.6 KB)
    • [6] Iterate over values in a set.mp4 (7.3 MB)
    • [6] Iterate over values in a set.srt (4.2 KB)
    • [7] Iterate over a set with entries.mp4 (6.1 MB)
    • [7] Iterate over a set with entries.srt (3.9 KB)
    • [8] Iterate over your set with forEach.mp4 (6.9 MB)
    • [8] Iterate over your set with forEach.srt (4.0 KB)
    • [9] Challenge Sets.mp4 (1.8 MB)
    • [9] Challenge Sets.srt (0.9 KB)
    • [10] Solution Sets.mp4 (36.0 MB)
    • [10] Solution Sets.srt (16.9 KB)
    [5] 4. WeakSets
    • [1] What is the WeakSet object.mp4 (5.0 MB)
    • [1] What is the WeakSet object.srt (2.4 KB)
    • [2] Same methods, different set.mp4 (4.0 MB)
    • [2] Same methods, different set.srt (2.0 KB)
    • [3] Challenge WeakSets.mp4 (1.6 MB)
    • [3] Challenge WeakSets.srt (1.0 KB)
    • [4] Solution WeakSets.mp4 (14.8 MB)
    • [4] Solution WeakSets.srt (6.8 KB)
    [6] Conclusion
    • [1] Next steps.mp4 (2.9 MB)
    • [1] Next steps.srt (1.5 KB)
    Exercise Files 01_02
    • map_set_begin.js (0.1 KB)
    • map_set_end.js (0.3 KB)
    01_03
    • map_get_begin.js (0.3 KB)
    • map_get_end.js (0.5 KB)
    01_04
    • map_has_begin.js (0.3 KB)
    • map_has_end.js (0.5 KB)
    01_05
    • map_size_begin.js (0.2 KB)
    • map_size_end.js (0.3 KB)
    01_06
    • map_clear_delete_begin.js (0.3 KB)
    • map_clear_delete_end.js (0.5 KB)
    01_07
    • map_keys_values_begin.js (0.3 KB)
    • map_keys_values_end.js (0.6 KB)
    01_08
    • map_entries_begin.js (0.3 KB)
    • map_entries_end.js (0.5 KB)
    01_09
    • map_forEach_begin.js (0.3 KB)
    • map_forEach_end.js (0.4 KB)
    01_10
    • maps_challenge_begin.js (0.9 KB)
    01_11
    • maps_challenge_end.js (2.3 KB)
    02_03
    • weakMaps_challenge_begin.js (0.5 KB)
    02_04
    • weakMaps_challenge_end.js (1.0 KB)
    03_02
    • sets_add_begin.js (0.2 KB)
    • sets_add_end.js (0.3 KB)
    03_03
    • sets_has_begin.js (0.3 KB)
    • sets_has_end.js (0.5 KB)
    03_04
    • sets_size.begin.js (0.3 KB)
    • sets_size_end.js (0.3 KB)
    03_05
    • sets_clear_delete_begin.js (0.3 KB)
    • sets_clear_delete_end.js (0.5 KB)
    03_06
    • sets_values_begin.js (0.3 KB)
    • sets_values_end.js (0.4 KB)
    03_07
    • sets_entries_begin.js (0.3 KB)
    • sets_entries_end.js (0.4 KB)
    03_08
    • sets_forEach_begin.js (0.3 KB)
    • sets_forEach_end.js (0.4 KB)

Description

Knowledge should not be limited to those who can afford it or those willing to pay for it.
If you found this course useful and are financially stable please consider supporting the creators by buying the course :)



JavaScript: Maps and Sets
Course - Intermediate






Course details
Programming languages are always evolving and changing, and JavaScript is no exception. Over time, JavaScript has grown, and many new aspects have been added, including maps and sets. JavaScript maps and sets may sound simple, but they aren't quite the same as their counterparts in other programming languages. In this course, software engineer Jamie Pittman covers the ins and outs of JavaScript maps and sets, their syntax, how they work, and how to integrate them into your daily coding practice. Topics covered include a general overview of these features, when and where to use them, their WeakMap and WeakSet versions, and the various methods and properties associated with them.


Get to know JavaScript maps and sets
“- [Jamie] One of the beautiful things about programming is how it is constantly evolving. JavaScript is no exception. Over time, JavaScript has grown and many aspects have been added including maps and sets. This course was created to help you step up your JavaScript skills and learn the ins and outs of maps and sets. Hi, I'm Jamie Pittman and I'm a front end software engineer. Join me and let's learn more about JavaScript maps and sets.



Download torrent
291.8 MB
seeders:7
leechers:1
Lynda - JavaScript: Maps and Sets


Trackers

tracker name
UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE
UDP://TRACKER.COPPERSURFER.TK:6969/ANNOUNCE
UDP://TRACKER.OPENTRACKR.ORG:1337/ANNOUNCE
UDP://TRACKER.ZER0DAY.TO:1337/ANNOUNCE
UDP://EDDIE4.NL:6969/ANNOUNCE
udp://tracker.openbittorrent.com:6969/announce
udp://exodus.desync.com:6969/announce
udp://www.torrent.eu.org:451/announce
udp://tracker.torrent.eu.org:451/announce
udp://retracker.lanta-net.ru:2710/announce
udp://open.stealth.si:80/announce
udp://valakas.rollo.dnsabr.com:2710/announce
udp://opentor.org:2710/announce
udp://wassermann.online:6969/announce
µTorrent compatible trackers list

Download torrent
291.8 MB
seeders:7
leechers:1
Lynda - JavaScript: Maps and Sets


Torrent hash: 490B0EBDC09D6561A94875DD32B78C72CD6101B8