Introduction to Express - Response Object Methods

About

In this lesson, you will learn what the Express Response Object is and implement some commonly used response methods.

Learning Objectives

  • Explain the response object
  • Implement res.json() 
  • Implement res.status()
  • Implement res.send() 
  • Implement res.redirect()
  • Learn that these methods are chainable

Intended Audience

  • This lesson is intended for anyone who wants to learn about Express

Prerequisites

Unit UUID
Course UUID