Learn JavaScript
99.1K subscribers
685 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
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
๐Ÿ”… Learning the JavaScript Language

๐ŸŒ Author: Joe Chellman
๐Ÿ”ฐ Level: Beginner

โฐ Duration: 4h 7m

๐ŸŒ€ Gain a conversant understanding of JavaScript, including variables, types, objects, arrays, operators, control structures, loops, and functions.


๐Ÿ“— Topics: JavaScript

๐Ÿ“ค Join Learn JavaScript for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘20โค17
Learning the JavaScript Language.zip
473 MB
๐Ÿ“ฑLearn JavaScript
๐Ÿ“ฑLearning the JavaScript Language
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘19โค16
I know I know, you probably won't ever need to swap two variables. But this is a cool demonstration for how the destructuring assignment works in JavaScript.

This syntax is used to take an array or items in the right hand side and assign them to correspondingly positioned variables in the left hand side.

๐Ÿ‘‰ We use that here to assign b to a, and a to b.
๐Ÿ‘41โค7