Our Programming Editor & Workflow
Last updated
Last updated
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.
A programming editor is usually a software that allows a programmer to write programs.
Programiz is a web application that allows any programmers to write simple programs by using an internet browser.
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