I'm brand new to code. After I do my code on a text editor how do I view what I have coded. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I'm brand new to code. After I do my code on a text editor how do I view what I have coded.

Nee

20th Jul 2019, 3:46 AM
Roach Roach
8 Answers
+ 4
Roach Roach If you are using notepad, write the code and then you can save it for example with the name XYZ.html (don't forget to put .html in the end) on desktop, then on the desktop you'll see a webpage with name XYZ, open it up and there you'll see your output...👍
20th Jul 2019, 4:38 AM
SHIVAM
SHIVAM - avatar
+ 3
Depending on the language you may need to compile the program and then run it. In the case of a script, you just call the script from the command line. If you are using an IDE, there may be a run button to do it all.
20th Jul 2019, 4:38 AM
Sonic
Sonic - avatar
+ 2
You can literally just see what you typed. I'm wondering if you meant something different.
20th Jul 2019, 4:00 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
You mean how to see its output? Save the file on the desktop and then you will see a webpage created there with the name that you saved it with, make sure that you add (.html) in the end when you save the code. .
20th Jul 2019, 4:25 AM
SHIVAM
SHIVAM - avatar
+ 1
Alright now I see it
20th Jul 2019, 4:41 AM
Roach Roach
0
When I write the code on the text editor like how do I see what I coded like the finished part not the code but what was the output.
20th Jul 2019, 4:09 AM
Roach Roach
0
So I save the file first then write the code then I will be able see the output.
20th Jul 2019, 4:32 AM
Roach Roach
0
You can also use a WYSIWYG text editor.
20th Jul 2019, 10:34 AM
Jeff
Jeff - avatar