Try quote format
let theBestFaculty = "FICE";
console.log("Hello Github!");
console.log(theBestFaculty);
Nested list
- Nested element
- Nested nested element
Through a terminal open directory with needed .js file
cd [Your directory] //For Example C:\Users\JestAK\WebstormProjects\DevSchool_HW5\HW1
Open .js file with node
node file_name.js