Learn JavaScript
98K subscribers
645 photos
16 videos
443 files
76 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
07 - Generics.zip
235.7 MB
07 - Generics
โค11๐Ÿ‘5
08 - Decorators - Part 01.zip
425.8 MB
08 - Decorators - Part 01
โค13๐Ÿ‘4
08 - Decorators - Part 02.zip
107.3 MB
08 - Decorators - Part 02
โค10๐Ÿ‘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
โค13
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
โค11
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๐Ÿ‘2
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
โค11๐Ÿ”ฅ4๐Ÿ‘3
16 - Course Roundup.zip
21.7 MB
16 - Course Roundup
โค10๐Ÿ”ฅ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