html or css idk i don't get paid for this Flashcards

ahhahaahahhhhahhhhahahahah

1
Q

document

A

its the document wbe

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

varible

A

varible isa contiainer

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

console.log

A

it shows what the varible is containing

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

operaters

A

they deal with + - / x

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

how to make the variable student add multiply sub or divide

A

student = 10 student= student -1 it shows 9 on screen

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

what does this do window.prompt

A

u can make a password to log into your website

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

username=window-prompt(“What’s your username”);

A

it tells you to put your username to get into your website

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

how to make a good security system

A

this is long so bare the longness impaitent monke so
this is how u do it

document.getElementbyid(“mySUbmit).onclick=funcition(){username = document getElementById(“myText”).value;document.getElementById(“myH1”).textContent = Hello $(username)

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

how do u it with only javscript

A

let username;
username=window.prompt(“What’s your username?”)
console.log(username);

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