Uniquebeing πŸ‘»πŸ“πŸŒ  pfp
Uniquebeing πŸ‘»πŸ“πŸŒ 
@uniquebeing404
Hello legends πŸ˜… Let's get to know JavaScript in 5 mins 😳😳 πŸ”Ή JavaScript Basics ➑️JavaScript is a versatile scripting language for web development, running in the browser or on servers via Node.js. 🀝 ➑️ It's case-sensitive and dynamically typed, allowing flexibility but requiring careful type management. ➑️ Statements typically end with a semicolon (;), and comments can be single-line (//) or multi-line (/* */). These features make JavaScript a powerful tool for both front-end and back-end development.βœ…βœ… C'mon let's go on a ride. Buckle up cause I'm gonna speed up πŸ”₯πŸ”₯
10 replies
1 recast
20 reactions

Uniquebeing πŸ‘»πŸ“πŸŒ  pfp
Uniquebeing πŸ‘»πŸ“πŸŒ 
@uniquebeing404
πŸ”Ή Functions ➑ Declare with function keyword ➑ Arrow functions: const name = () => {} ➑ Parameters are listed in () ➑ Functions can return values using return ➑ Can be assigned to variables or passed as arguments πŸ”Ή Arrays ➑ Arrays are list-like objects ➑ Use [] to declare ➑ Common Methods: β€ƒβž‘ push(), pop(), shift(), unshift() β€ƒβž‘ slice(), splice(), concat(), join() β€ƒβž‘ map(), filter(), reduce(), forEach() ➑ Use length to get array size ➑ Index starts at 0
0 reply
0 recast
0 reaction