NodeJS For Beginners: Working with Express Http Get Request, Route Params and Query Strings

Опубликовано: 30 Сентябрь 2024
на канале: NoobCoder
5,087
79

Learn how to make http get request and create different routes. Learn also how to get route params and query string params. Route params are typically used for info that can't be ignored. Query String params are typically used for optional request such as requesting the data to be sorted in a certain way.