Introduction to Express - Response Object Methods

Difficulty: Beginner
Duration: 4 minutes and 1 second
Students: 50
Rating: 5/5

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

Covered Topics