Our Programming Editor & Workflow

What is a program?
A program is a set of ordered instruction that a computer will follow. It is often written by a human programmer. Most programs are designed to execute its lines of code from top to bottom, in order.
What is a programming editor?
A programming editor is usually a software that allows a programmer to write programs.
What is Programiz?
Programiz is a web application that allows any programmers to write simple programs by using an internet browser.
Our Recommended Workflow
Workflow is a guided process of how a programmer should work.
Code JavaScript on Programiz
Test and Run your code on Programiz
Copy and Paste your JavaScript into a text file on your Google Drive's text-editor.
Name the file with a
.js
extension (example:firstProgram.js
)The filename should be short and meaningful
The first letter should be lowercased and not a numeric digit
There should be no special characters except an underscore (_)
You should not use a period (
.
) unless you are specifying the extension
Save the file in your Google Drive Folder for this class
Last updated