Skip to content

Commit 568abcf

Browse files
committed
minor fixes and additional icons added
1 parent 73c8098 commit 568abcf

12 files changed

+7
-6
lines changed

JavaScript-Quick-Reference.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ Explore the JavaScript language and its versatile capabilities, including:
5555
- Supporting dynamic typing for variables with varying data types.
5656
- Embracing multiple programming paradigms: event-driven, functional, and imperative.
5757

58-
### ![JavaScript Core Features](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/gear.png) Core Features
58+
### ![JavaScript Core Features](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/cog.png) Core Features
5959
Discover how JavaScript enhances user interaction on web pages by manipulating HTML and CSS. Learn how it handles asynchronous operations to make web applications more responsive.
6060

6161
### ![JavaScript and ECMAScript](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/js.png) JavaScript and ECMAScript
6262
Understand JavaScript's adherence to ECMAScript (ES) standards, including significant updates introduced in ES6/ES2015, such as let/const, arrow functions, and classes.
6363

64-
### ![JavaScript Environments](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/globe.png) Environments
64+
### ![JavaScript Environments](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/stack.png) Environments
6565
Explore JavaScript's versatility in both client-side (browser) and server-side (Node.js) development. See how it empowers the creation of dynamic web page content and back-end applications.
6666

6767
### ![JavaScript Role in Web Development](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/webdev.png) Role in Web Development
6868
Understand JavaScript's integral role in web development, including its interactivity, DOM manipulation, and server-side capabilities.
6969

70-
### ![Integration with Web Technologies](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/html.png) Integration with Web Technologies
70+
### ![Integration with Web Technologies](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/tech.png) Integration with Web Technologies
7171
Learn how JavaScript collaborates with HTML and CSS to deliver complete web page functionality. Discover its use of AJAX for asynchronous web tasks.
7272

7373
### ![JavaScript Libraries and Frameworks](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/react.png) Libraries and Frameworks
@@ -79,15 +79,16 @@ Explore libraries like React and frameworks like Angular, Vue.js, and Ember.js t
7979
## 1.2 JavaScript Code Order
8080
The order of your code is vital for logical flow, efficient loading, and readability.
8181

82-
### Why It Matters
82+
83+
### ![JavaScript Libraries and Frameworks](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/question.png) Why It Matters
8384

8485
- **Logical Flow:** Ensures proper function sequencing.
8586
- **Loading Efficiency:** Affects resource loading and page speed.
8687
- **Readability:** Enhances code comprehension.
8788
- **Maintainability:** Facilitates updates and bug fixes.
8889
- **Collaboration:** Simplifies teamwork and code sharing.
8990

90-
### Code Order Variability
91+
### ![JavaScript Libraries and Frameworks](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/list.png) Code Order Variability
9192
Optimal code order varies based on project needs and best practices:
9293

9394
- **Library/Framework Integration:** Follow library/framework guidelines (e.g., React prioritizes state and rendering).
@@ -96,7 +97,7 @@ Optimal code order varies based on project needs and best practices:
9697
- **Performance Optimization:** Adjust the order for performance optimization as per your app's requirements.
9798
- **Team Workflow:** Adapt to your team's workflow and code organization preferences when collaborating.
9899

99-
### General JavaScript Order
100+
### ![JavaScript Libraries and Frameworks](https://github.com/george-GPT/JavaScript-Quick-Reference/raw/main/images/list2.png) General JavaScript Order
100101
General structure to use as a baseline:
101102

102103
1. **DOM References and Global Variables:** Declare and manage references to HTML elements and global variables.

images/cog.png

950 Bytes
Loading

images/gear.png

-895 Bytes
Binary file not shown.

images/globe.png

-1.86 KB
Binary file not shown.

images/html.png

-1008 Bytes
Binary file not shown.

images/js.png

-31 Bytes
Loading

images/list.png

1.4 KB
Loading

images/list2.png

682 Bytes
Loading

images/question.png

888 Bytes
Loading

images/stack.png

1.8 KB
Loading

images/tech.png

1.63 KB
Loading

images/webdev.png

571 Bytes
Loading

0 commit comments

Comments
 (0)