Learn JavaScript – Telegram
Learn JavaScript
100K subscribers
834 photos
14 videos
464 files
92 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
06 - Advanced Types.zip
260.3 MB
06 - Advanced Types
12👍4
07 - Generics.zip
235.7 MB
07 - Generics
12👍5
08 - Decorators - Part 01.zip
425.8 MB
08 - Decorators - Part 01
14👍4
08 - Decorators - Part 02.zip
107.3 MB
08 - Decorators - Part 02
11👍4
09 - Practice Time Lets build a Drag Drop Project - Part 01.zip
443.4 MB
09 - Practice Time Lets build a Drag Drop Project - Part 01
15
09 - Practice Time Lets build a Drag Drop Project - Part 02.zip
356.5 MB
09 - Practice Time Lets build a Drag Drop Project - Part 02
12
09 - Practice Time Lets build a Drag Drop Project - Part 03.zip
453 MB
09 - Practice Time Lets build a Drag Drop Project - Part 03
13👍3
09 - Practice Time Lets build a Drag Drop Project - Part 04.zip
207.8 MB
09 - Practice Time Lets build a Drag Drop Project - Part 04
13👍1
10 - Modules Namespaces.zip
480.4 MB
10 - Modules Namespaces
15👍3
11 - Using Webpack with TypeScript.zip
189.9 MB
11 - Using Webpack with TypeScript
12👍1
12 - 3rd Party Libraries TypeScript.zip
211.2 MB
12 - 3rd Party Libraries TypeScript
17👍1
13_Time_to_Practice_Lets_build_a_Select_Share_a_Place_App_incl_Google.zip
277.3 MB
13 - Time to Practice Lets build a Select Share a Place App incl Google Maps
12👍2
14 - Reactjs TypeScript.zip
231.1 MB
14 - Reactjs TypeScript
11👍5🔥3
15 - Nodejs Express TypeScript.zip
277.8 MB
15 - Nodejs Express TypeScript
12🔥4👍3
16 - Course Roundup.zip
21.7 MB
16 - Course Roundup
12🔥4👍1
⌨️ Alternatives to JavaScript's if…else statement

1️⃣ Switch Statement
Finds the matching value of an expression and executes the code block associated with the matching value.

2️⃣ Ternary Operator
Checks a condition and executes the first expression if the condition is true. Otherwise it runs the second expression.

3️⃣ Jump / Dispatch Table

Stores value-function pairs in an object to quickly fetch and run a function based on a value (which is treated as an object key).

4️⃣ Dynamic Dispatch
This pattern involves selecting which polymorphic method to call based on an object’s type.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4212👎1😁1
⌨️ JavaScript reduce(), some(), and every() method explained
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍309🔥9