Js Flashcards

1
Q

What is js

A

JavaScript is used to add behavior to web pages.
JavaScript is most commonly found adding behavior to web pages, but is also used to script applications like Adobe Photoshop, OpenOffice and Google Apps, and is even used as a server-side programming language.

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

explain how js works

A

Browsers begin executing JavaScript code as soon as they encounter the code in the page.

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

what tag you need?

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

console.log

A

to inspect the output of our code and debug i

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

where do you put


A

inside the body and head

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

Write a code to separate

A

<body>

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