How do you describe "user instructions?" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

17th Jan 2017, 2:16 AM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
4 Answers
+ 5
var x = prompt(" // is this the instructions? ") ;
17th Jan 2017, 2:26 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 7
thank you!
17th Jan 2017, 2:30 AM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
+ 4
as cheeze says. prompt. documentation is what you give the user to throw in the bin unread.
17th Jan 2017, 2:30 AM
jay
jay - avatar
+ 1
thkx cheese!
11th Mar 2017, 3:46 PM
Anthony Bair
Anthony Bair - avatar