generated from seanpm2001/Template_Journaling_V6
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_3.cjs
24 lines (24 loc) · 1.5 KB
/
PROJECT_LANG_3.cjs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Start of script
// I chose JavaScript as the third project language for this project (Seanpm2001/LifeArchive/Images/GitHub/2022) as JavaScript is one of the 4 languages (Ruby, Go, JavaScript, C) used in the development of GitHub.
class projectLanguageFileThree() {
void main() {
// Writes the message to the console as well as popping up a dialog box, so that the message gets through one way or the other.
console.log ("Project language file 3");
alert("Project language file 3");
console.log ("For: Seanpm2001/LifeArchive/Images/GitHub/2022)");
alert("For: Seanpm2001/LifeArchive/Images/GitHub/2022)");
console.log ("About:");
alert("About:");
console.log ("I chose JavaScript as the third project language for this project (Seanpm2001/LifeArchive/Images/GitHub/2022) as JavaScript is one of the 4 languages (Ruby, Go, JavaScript, C) used in the development of GitHub.");
alert("I chose JavaScript as the third project language for this project (Seanpm2001/LifeArchive/Images/GitHub/2022) as JavaScript is one of the 4 languages (Ruby, Go, JavaScript, C) used in the development of GitHub.");
break;
}
// Note for project language files: The languages associated with SNU programming tools are not included as project language files, as there are too many to list.
return main();
break;
/* File info
* File version: 1 (Sunday, 2021 December 12th at 7:17 pm)
* File type: JavaScript 1.8 source file (*.js)
* Line count (including blank lines and compiler line): 25
*/
// End of script