Waleed || developerThough || DSA

425 posts

Waleed || developerThough || DSA banner
Waleed || developerThough || DSA

Waleed || developerThough || DSA

@developerThough

JavaScript || Java || Python || AI || Time = Time - 1 || Tech++

Sumali Ağustos 2021
209 Sinusundan50 Mga Tagasunod
Waleed || developerThough || DSA
Waleed || developerThough || DSA@developerThough·
Modules help to keep the global namespace clean and can be loaded dynamically or statically. They are beneficial for using third-party code libraries and frameworks, reducing code duplication, and making the code more modular and maintainable.
English
0
0
0
20
Waleed || developerThough || DSA
Waleed || developerThough || DSA@developerThough·
JavaScript Modules JavaScript modules are a way to organize code in separate files, making it easier to reuse and maintain. They use import and export statements to specify dependencies between different parts of the code. #javascriptdeveloper #javascript
English
1
0
0
36
Waleed || developerThough || DSA
Waleed || developerThough || DSA@developerThough·
This allows you to take multiple returned values from a function and store each value in its own variable.
English
0
0
0
8
Waleed || developerThough || DSA
Waleed || developerThough || DSA@developerThough·
The order of the returned values is important, and a tuple ensures that the order isn’t going to change. Storing the elements of a tuple in separate variables is called unpacking.
English
1
0
0
10
Waleed || developerThough || DSA
Waleed || developerThough || DSA@developerThough·
Tuples As we mentioned earlier, strings and lists are both examples of sequences. Strings are sequences of characters, and are immutable. Lists are sequences of elements of any data type, and are mutable. The third sequence type is the tuple. #coding
English
1
0
0
33
Waleed || developerThough || DSA
Waleed || developerThough || DSA@developerThough·
Function is just a value, so we can pass it into another function as an argument just like any other value, like a string or a number. #javascript
English
0
0
0
46
Waleed || developerThough || DSA
Waleed || developerThough || DSA@developerThough·
Note: DOM is not part of JavaScript. Javascript is the dialect of ECMAScript specifications and all thus DOM-related stuff is simply not in there.
English
1
0
0
14
Waleed || developerThough || DSA
Waleed || developerThough || DSA@developerThough·
What is DOM? DOM is a structured representation of html documents. Allows JavaScript to access HTML elements and styles to manipulate them(Change text, HTML attributes, and even CSS styles. More 👇 #javascript #coding
English
1
0
2
42