Week 5: Beginning of Back-End Fundamentals
Jul 25, 2017 · 1 min read
This week marks the beginning of the back-end portion of the program and the end for front-end for now. After completing one day in the back-end, we still use some of the things we’ve learned from the front-end, such as console.log().
This time, we are implementing our code in Node. We have learned how to ask for an input from the user and manipulate it. Although rather simple, we asked the user to write a sentence, and we returned how many characters it had. We also wrote a program where we asked the user to provide two numbers and returned the sum of those numbers.

