Tag: JavaScript
TLDR JavaScript module formats
August 19, 2020 · 1 min read
Since JavaScript didn't use to have a core feature in the language that supports modules, a few different module formats have emerged.
What is the difference between an Argument and a Paramter
July 10, 2020 · 1 min read
Argument and parameter are often used interchangeably, find out the difference.
REST - Representational State Transfer
July 8, 2020 · 3 min read
Usually, when people speak about REST APIs they mean a web API that uses the HTTP request methods (POST, GET, PUT, DELETE, etc.) to modify or access the state of a resource.