Continue working in your js_lab_1 folder from the previous lab. For each activity, create a new file as instructed. Part 1: Node.js Logic Practice (Focus on pure JS) This part focuses on pure ...
-- Write a JS code to display sum off all natural numbers. -- Write a JS code to display sum off all even numbers from 1 to 100. (also code this question for negative integer) -- Write a JS code to ...