Skip to content

Commit 40c7e98

Browse files
committed
update: readme
1 parent 508b0f7 commit 40c7e98

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

readme.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,31 @@ Free Web Course: Lerning JavaScript
33

44
Couse Video: [Walker Walks@Youtube](https://www.youtube.com/@walker-walks)
55

6-
References:
7-
- [Mizilla/JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
6+
## Introduction
7+
8+
JavaScript is a proramming language which can be used in the client-site like browsers.
9+
Normaly it's used to make pages dynamic giving interactivity like Swapping imagas, checking forms,
10+
Changing and rewrighting HTML & CSS.
11+
Sometimes people confuse with Java but nothing to do with it.
12+
13+
Who is this course for?
14+
This course covers basics and common usage of JavaScript,
15+
so if you are new to JavaScript or programming, want improve your web skills I beleave it very userful.
16+
17+
In this Course we are going to learn JavaScript based on ES6(old name ECMAScript2015) and best practices.
18+
throw making common UI parts like "Image Hover Action", "Line-out Text", "Carousel", "Accordion Menu" and more.
19+
20+
21+
### Pre requisits:
22+
23+
Knolidge of
24+
- Basic archive manipulation
25+
- HTML and CSS
826

927
Tools:
1028
- [Chrome (Browser)](https://www.google.com/chrome/browser/desktop/)
11-
- [VSCode (Text Editor)](https://code.visualstudio.com/download)
29+
- [VSCode (Text Editor)](https://code.visualstudio.com/download)
30+
31+
References:
32+
- [Mizilla/JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
33+

0 commit comments

Comments
 (0)