Skip to content

Commit 12db0f6

Browse files
authored
Update 01-introduction-and-history.md
1 parent f870334 commit 12db0f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

notes/English/01-introduction-and-history.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A machine-level language, also known as low-level language, is a type of program
1414

1515
### What is front-end ?
1616

17-
Front-end refers to the part of web development that deals with the user interface and the client-side of the application. It mainly focuses on the design and layout of the website and how it interacts with the user. This includes technologies such as HTML, CSS, and JavaScript, and frameworks such as React, Angular, and Vue.js. The goal of front-end development is to create a seamless and user-friendly experience for the website visitors.
17+
Front-end refers to the part of web development that deals with the user interface and the client-side of the application. It mainly focuses on the design and layout of the website and how it interacts with the user. This includes technologies such as HTML, CSS, and JavaScript, and frameworks/libraries such as React, Angular, and Vue.js. The goal of front-end development is to create a seamless and user-friendly experience for the website visitors.
1818

1919
### What is back-end ?
2020

@@ -42,6 +42,10 @@ ECMA is the European Association for Standardizing Information and Communication
4242

4343
The following are some of the most widely-used versions of ECMAScript:
4444

45+
- ECMAScript 1 (release in 1997) - First edition
46+
47+
- ECMAScript 2 (release in 1998) - Editorial changes
48+
4549
- ECMAScript 3 (released in 1999) - This version introduced regular expressions, try-catch exception handling, and other features.
4650

4751
- ECMAScript 5 (released in 2009) - This version added features such as strict mode, JSON support, and additional methods for arrays and objects.

0 commit comments

Comments
 (0)