Learning Javascript-Full Stack Bahamas

Joined February 2022
3 Photos and videos
12 May 2024
Diffuse Mode #javaScript #Bahamas
17
Somebody said โ€œIf someone flew above your house screaming, you'd investigate tooโ€ ๐Ÿ’€๐Ÿ˜‚
148
9,282
86,397
3,458,530
Javascript242 retweeted
Want to Master Python? Here's how I made it simple. 97% of people struggle to learn Python, but you don't have to. Here is my guide of Handwritten Notes with tips and tricks to conquer Python in a minute. Normally It's $80, But FREE for 48 hours. To get it: 1. Repost 2. Comment "Py" 3. Follow me (So that I can DM you) #Giveaway #pythonprogramming #free
505
377
402
155,484
Javascript242 retweeted
Master JavaScript (JS): The JS Tree ๐Ÿ‘‡ | |โ”€โ”€ Variables | โ”œโ”€โ”€ var | โ”œโ”€โ”€ let | โ””โ”€โ”€ const | |โ”€โ”€ Data Types | โ”œโ”€โ”€ String | โ”œโ”€โ”€ Number | โ”œโ”€โ”€ Boolean | โ”œโ”€โ”€ Object | โ”œโ”€โ”€ Array | โ”œโ”€โ”€ Null | โ””โ”€โ”€ Undefined | |โ”€โ”€ Operators | โ”œโ”€โ”€ Arithmetic | โ”œโ”€โ”€ Assignment | โ”œโ”€โ”€ Comparison | โ”œโ”€โ”€ Logical | โ”œโ”€โ”€ Unary | โ””โ”€โ”€ Ternary (Conditional) | |โ”€โ”€ Control Flow | โ”œโ”€โ”€ if statement | โ”œโ”€โ”€ else statement | โ”œโ”€โ”€ else if statement | โ”œโ”€โ”€ switch statement | โ”œโ”€โ”€ for loop | โ”œโ”€โ”€ while loop | โ””โ”€โ”€ do-while loop | |โ”€โ”€ Functions | โ”œโ”€โ”€ Function declaration | โ”œโ”€โ”€ Function expression | โ”œโ”€โ”€ Arrow function | โ””โ”€โ”€ IIFE (Immediately Invoked Function Expression) | |โ”€โ”€ Scope | โ”œโ”€โ”€ Global scope | โ”œโ”€โ”€ Local scope | โ”œโ”€โ”€ Block scope | โ””โ”€โ”€ Lexical scope | |โ”€โ”€ Arrays | โ”œโ”€โ”€ Array methods | | โ”œโ”€โ”€ push() | | โ”œโ”€โ”€ pop() | | โ”œโ”€โ”€ shift() | | โ”œโ”€โ”€ unshift() | | โ”œโ”€โ”€ splice() | | โ”œโ”€โ”€ slice() | | โ””โ”€โ”€ concat() | โ””โ”€โ”€ Array iteration | โ”œโ”€โ”€ forEach() | โ”œโ”€โ”€ map() | โ”œโ”€โ”€ filter() | โ””โ”€โ”€ reduce() | |โ”€โ”€ Objects | โ”œโ”€โ”€ Object properties | | โ”œโ”€โ”€ Dot notation | | โ””โ”€โ”€ Bracket notation | โ”œโ”€โ”€ Object methods | | โ”œโ”€โ”€ Object.keys() | | โ”œโ”€โ”€ Object.values() | | โ””โ”€โ”€ Object.entries() | โ””โ”€โ”€ Object destructuring | |โ”€โ”€ Promises | โ”œโ”€โ”€ Promise states | | โ”œโ”€โ”€ Pending | | โ”œโ”€โ”€ Fulfilled | | โ””โ”€โ”€ Rejected | โ”œโ”€โ”€ Promise methods | | โ”œโ”€โ”€ then() | | โ”œโ”€โ”€ catch() | | โ””โ”€โ”€ finally() | โ””โ”€โ”€ Promise.all() | |โ”€โ”€ Asynchronous JavaScript | โ”œโ”€โ”€ Callbacks | โ”œโ”€โ”€ Promises | โ””โ”€โ”€ Async/Await | |โ”€โ”€ Error Handling | โ”œโ”€โ”€ try...catch statement | โ””โ”€โ”€ throw statement | |โ”€โ”€ JSON (JavaScript Object Notation) | |โ”€โ”€ Modules | โ”œโ”€โ”€ import | โ””โ”€โ”€ export | |โ”€โ”€ DOM Manipulation | โ”œโ”€โ”€ Selecting elements | โ”œโ”€โ”€ Modifying elements | โ””โ”€โ”€ Creating elements | |โ”€โ”€ Events | โ”œโ”€โ”€ Event listeners | โ”œโ”€โ”€ Event propagation | โ””โ”€โ”€ Event delegation | |โ”€โ”€ AJAX (Asynchronous JavaScript and XML) | |โ”€โ”€ Fetch API | |โ”€โ”€ ES6 Features | โ”œโ”€โ”€ Template literals | โ”œโ”€โ”€ Destructuring assignment | โ”œโ”€โ”€ Spread/rest operator | โ”œโ”€โ”€ Arrow functions | โ”œโ”€โ”€ Classes | โ”œโ”€โ”€ let and const | โ”œโ”€โ”€ Default parameters | โ”œโ”€โ”€ Modules | โ””โ”€โ”€ Promises | |โ”€โ”€ Web APIs | โ”œโ”€โ”€ Local Storage | โ”œโ”€โ”€ Session Storage | โ””โ”€โ”€ Web Storage API | |โ”€โ”€ Libraries and Frameworks | โ”œโ”€โ”€ React | โ”œโ”€โ”€ Angular | โ””โ”€โ”€ Vue.js | |โ”€โ”€ Debugging | โ”œโ”€โ”€ Console.log() | โ”œโ”€โ”€ Breakpoints | โ””โ”€โ”€ DevTools | |โ”€โ”€ Others | โ”œโ”€โ”€ Closures | โ”œโ”€โ”€ Callbacks | โ”œโ”€โ”€ Prototypes | โ”œโ”€โ”€ this keyword | โ”œโ”€โ”€ Hoisting | โ””โ”€โ”€ Strict mode | |____________ END __________________
17
27
112
8,518
16 Jan 2024
Everything I do this.. it never works
15
25 Dec 2023
creation family break
24 Dec 2023
What 3 words do you see?
6
Javascript242 retweeted
24 Dec 2023
What 3 words do you see?
587
25
198
137,919
Javascript242 retweeted
I LEFT MY TEDDY IN MY ROOM AND THE HOUSEKEEPER DID THIS??;!;!;!!;!;
2,100
123,111
1,254,886
Lol
25 Feb 2022
Some people still won't get it
This is a mathematics joke. bit.ly/3Ij4dJ6
Javascript242 retweeted
This is a mathematics joke. bit.ly/3Ij4dJ6
37
327
2,094
24 Feb 2022
Anyone starting from ground zero in #Python? Like just after print("Hello World") .....??
23 Feb 2022
I know I'm wrong but today I leaped frogged passed several #python tutorials and started making my first gui..
13 Feb 2022
I'm just feeling the water on #Python3.. I can't wait to really dive in..

ALT Toe Snake GIF