Javascript explanation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Javascript explanation

About Input and Output in Javascript, can someone help me out by explaining this two better.

14th Aug 2019, 9:45 PM
ONYELUSI SAMUEL UZOCHUKWU
ONYELUSI SAMUEL UZOCHUKWU - avatar
1 Answer
+ 2
One way to enter data: "Prompt Box". One way to output data: "Alert Box". https://www.sololearn.com/learn/JavaScript/1149/ Second way to output data: "document.write()". https://www.sololearn.com/learn/JavaScript/1124/ For an example on the topic of input, data output, my previously written code to solve a problem from SoloLearn https://code.sololearn.com/WItLP7g7P15O/?ref=app P.S: "Do not forget to read the comments under each lesson, there you can find out a lot of useful information on the topic covered".
14th Aug 2019, 10:42 PM
Solo
Solo - avatar