html or css idk i don't get paid for this Flashcards
ahhahaahahhhhahhhhahahahah
document
its the document wbe
varible
varible isa contiainer
console.log
it shows what the varible is containing
operaters
they deal with + - / x
how to make the variable student add multiply sub or divide
student = 10 student= student -1 it shows 9 on screen
what does this do window.prompt
u can make a password to log into your website
username=window-prompt(“What’s your username”);
it tells you to put your username to get into your website
how to make a good security system
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 do u it with only javscript
let username;
username=window.prompt(“What’s your username?”)
console.log(username);