• 4 years ago
NOTE
language:en-US
NOTE Confidence: 0.9216
1

00:00:00,000 --> 00:00:03,858
So now before we dive into the next module where
NOTE Confidence: 0.9216

2

00:00:03,938 --> 00:00:06,510
we dive right into the language.
NOTE Confidence: 0.9216

3

00:00:06,510 --> 00:00:09,460
Let me dive a bit deeper into the history.
NOTE Confidence: 0.9219

4

00:00:09,460 --> 00:00:13,100
Of JavaScript and where it's coming from and there.
NOTE Confidence: 0.9219

5

00:00:13,100 --> 00:00:16,050
Let's also have a look at that comparison between JavaScript.
NOTE Confidence: 0.9092

6

00:00:16,050 --> 00:00:20,095
Java again. Now Java and JavaScript are 2 totally independent
NOTE Confidence: 0.9092

7

00:00:20,161 --> 00:00:21,620
programming languages.
NOTE Confidence: 0.938

8

00:00:21,620 --> 00:00:25,743
That's really important, they have a totally different syntax different
NOTE Confidence: 0.938

9

00:00:25,801 --> 00:00:26,440
principles.
NOTE Confidence: 0.9382

10

00:00:26,440 --> 00:00:29,802
They have almost nothing in common besides the name I
NOTE Confidence: 0.9382

11

00:00:29,866 --> 00:00:30,500
would say,
NOTE Confidence: 0.9382

12

00:00:30,500 --> 00:00:35,150
although JavaScript runs in the browser and.
NOTE Confidence: 0.9094

13

00:00:35,150 --> 00:00:37,090
As learned all zinnober environments.
NOTE Confidence: 0.9094

14

00:00:37,090 --> 00:00:39,920
Java does not run in the browser.
NOTE Confidence: 0.9094

15

00:00:39,920 --> 00:00:41,940
You can use it on the server side.
NOTE Confidence: 0.9135

16

00:00:41,940 --> 00:00:45,264
To render HTML dynamically there and send it back to
NOTE Confidence: 0.9135

17

00:00:45,328 --> 00:00:47,757
users you can also use it in a non web
NOTE Confidence: 0.9135

18

00:00:47,821 --> 00:00:49,100
development context.
NOTE Confidence: 0.9381

19

00:00:49,100 --> 00:00:51,690
But it is not supported directly in the browser.
NOTE Confidence: 0.9381

20

00:00:51,690 --> 00:00:54,837
You can't use it for the same things as you
NOTE Confidence: 0.9381

21

00:00:54,910 --> 00:00:56,300
can use JavaScript.
NOTE Confidence: 0.9143

22

00:00:56,300 --> 00:00:58,480
You also as I mentioned have different principles,
NOTE Confidence: 0.9143

23

00:00:58,480 --> 00:01:04,375
Java for example, is strictly object oriented and strongly typed
NOTE Confidence: 0.9143

24

00:01:04,467 --> 00:01:05,020
there.
NOTE Confidence: 0.9143

25

00:01:05,020 --> 00:01:07,582
You need to define which kind of data you're about
NOTE Confidence: 0.9143

26

00:01:07,634 --> 00:01:09,120
to store in a data container.
NOTE Confidence: 0.9058

27

00:01:09,120 --> 00:01:12,300
Where is JavaScript is really flexibel you don't have to
NOTE Confidence: 0.9058

28

00:01:12,357 --> 00:01:15,480
work with objects only there and will dive into object?
NOTE Confidence: 0.8446

29

00:01:15,480 --> 00:01:18,104
Orientation and what that means for out the course no
N

Recommended