CS history Flashcards

1
Q

In what environment can Javascript can be run

A

There exists a few common ways to run Javascript. They could be listed as follow:

Using a runtime called Node to run it. This is the way we are going to use in this course
Running them in your browser console.
Linking the Javascript file together with a html file which represents a web page.

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

what platform can Javascript be used

A

most of the platform, even database

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

when and how Javascript intended to be used

A

Javascript is a very popular programming language nowadays which is being used in most of the platforms. It is often abbreviated as JS in many cases. It is invented back in 1995 by Netscape Company to be the scripting language of the browsers. The word scripting actually suggests that it is not intended to be a serious programming language in the beginning. But as the web grows by a lot afterwards, the importance of learning Javascript increases accordingly.

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