Learn JavaScript
99.1K subscribers
679 photos
16 videos
444 files
78 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
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
๐Ÿ‘40โค11๐Ÿ‘Ž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
๐Ÿ‘29โค9๐Ÿ”ฅ9
โŒจ๏ธ Loops in JavaScript
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘22โค7