+ 9
How do you describe "user instructions?"
Please tell me what the correct term is for the instructions your code gives to a user before they give input. Is it documentation?
4 odpowiedzi
+ 5
var x = prompt(" // is this the instructions? ") ;
+ 7
thank you!
+ 4
as cheeze says. prompt.
documentation is what you give the user to throw in the bin unread.
+ 1
thkx cheese!