Skip to content

Commit e8a8baa

Browse files
authored
Update README.md
1 parent 62ed075 commit e8a8baa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ Beginning JavaSwift.
1010
>
1111
>For the majority of the examples here you can use [repl.it](https://repl.it) to execute the JavaScript statements. Approach learning the content chronologically base on the `Table of Contents` and complete the given exercises at the bottom of the modules for practice.
1212
13+
JavaScript allows developers to write client-side (web user interfaces) and server-side (web APIs) applications.
14+
15+
Some technologies of a full-stack developer:
16+
17+
```javascript
18+
const fullStackDeveloper = {
19+
userInterfaces: ['html', 'css'],
20+
languages: ['javascript', 'typescript', 'python', 'php'],
21+
backend: ['node', 'express', 'posgreSQL', 'mysql', 'aws', 'mongodb'],
22+
frontEndFrameworks: ['react', 'redux', 'ember', 'angular', 'vue.js']
23+
};
24+
```
25+
1326
## Table of Contents
1427

1528
1. [Logging](https://github.com/alexpaul/JavaScript/blob/main/Logging.md)

0 commit comments

Comments
 (0)