-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathservSideJS.js
More file actions
12 lines (12 loc) · 765 Bytes
/
servSideJS.js
File metadata and controls
12 lines (12 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
"use strict";
// TOPIC /////////////////////////////////////////////////////////////////////////////////////////////////////
// Server-Side JavaScript
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 1.
//
// NOTES ////////////////////////////////////////////////////////////////////////////////////////////////////
// 1. Useful information about server-side JavaScript from study, research, tutorials,
// mentor meetings, peer discussions, and good ole' fashioned curiosity. I've put the document
// in Question and Answer format for improved readability.
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////