Vanilla JavaScript Flashcards

1
Q

Warum möchte man Vanilla JavaScript lernen?

A
  • Weil es die native Sprache des Browsers ist

- Es ist die Sprache des Webs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Welche Basics sollte man in JavaScript beherrschen?

A
  • DataTypes
  • Functions
  • Conditionals
  • Loops
  • Operators
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Was sind advances Skills die man in JavaScript kennen sollte?

A

DOM Manipulation & Events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Warum sollte man für Vanilla JavaScript auch JSON lernen?

A

-Weil JSON die Sprache der APIs und damit der Daten ist

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Warum sollte man Fetch API lernen?

A

-Weil man mit APIs umgehen muss

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Was sind ES6 Syntax die man kennen muss?

A
  • Arrow Functions
  • Promises
  • Async / Await (try catch)
  • Destructuring
How well did you know this?
1
Not at all
2
3
4
5
Perfectly