Learn JavaScript
97.1K subscribers
628 photos
15 videos
442 files
74 links
JavaScript Training Courses

💳 Paid ads by: https://telega.io/c/JavaScript_Trainings

🔰 Linkedin: @Linkedin_Learning
🧿 Udemy: @Zero_To_Mastery
📦 Python: @LearnPython3
🔅 Web Development: @Webdev_Trainings
Download Telegram
🔰 JSON Web Token
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
58👍5
🔅 JavaScript: Hashmaps

🌐 Author: Tiffany Graves
🔰 Level: Intermediate

Duration: 34m

🌀 Learn what hashmaps are, as well as how and why hashmaps are used.


📗 Topics: JavaScript

📤 Join Learn JavaScript for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
5
📂 Full description

Hashmaps are a very useful data structure in programming languages. In JavaScript, data is stored in key-value pairs, using hashmaps to allow for quick retrieval of data. In this course, software engineer and web evangelist Tiffany Graves covers what hashmaps are and why they are used. Learn how the built-in functions for hashmaps, get() and set(), offer quick data retrieval, which leads to an optimal time complexity. Explore the relatively optimal space complexity of Hashmaps in JavaScript, as well. Plus, dive into a discussion of hashing and the basics of what a hash function is.
Please open Telegram to view this post
VIEW IN TELEGRAM
4
Please open Telegram to view this post
VIEW IN TELEGRAM
3
🔰 Amazing guide to master Top 14 JavaScript Array Methods
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
10🔥4
🔰 Amazing guide to master Top 14 JavaScript Array Methods
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
10👍3
🔰 Filtering and Modifying Array Elements in JavaScript

You may want to filter out certain elements while modifying the remaining elements in an array.
In JavaScript, this can be accomplished in the following ways:


1. Using filter and map methods together.
2. Use the reduce method to achieve both tasks in a single step.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
8