generated from seanpm2001/Template_Journaling_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_3_V1.js
25 lines (25 loc) · 1.02 KB
/
PROJECT_LANG_3_V1.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Start of script
// I chose JavaScript as the third project language for this project (SeansLifeArchive_Extras_Website_Archives) as JavaScript is one of the 3 common languages that most webpages are written in, and this project is about website archival, so it fits.
class projectLanguageFileThree() {
void main() {
console.log ("I chose JavaScript as the third project language for this project (SeansLifeArchive_Extras_Website_Archives) as JavaScript is one of the 3 common languages that most webpages are written in, and this project is about website archival, so it fits.");
/* Garbage syntax, so I can test out 2 new keywords I recently learned. Uncomment to highlight
x = bool("true");
y = bool("false");
if (x == "false"); {
try y
} else: {
catch x;
}
*/
break;
}
}
return main();
break;
/* File info
* File version: 1 (Tuesday, May 18th 2021 at 3:43 pm)
* File type: JavaScript 1.8 source file (*.js)
* Line count (including blank lines and compiler line): 26
*/
// End of script