XSS Vulnerability: A Quick Guide for Entry-Level Developers
Get started with Cross Site Scripting: A Simple Guide for Beginner-Level Devs
Jun 26, 20232 min read94

Search for a command to run...
Articles tagged with #javascript
Get started with Cross Site Scripting: A Simple Guide for Beginner-Level Devs

var and let These are two keywords used to declare variables in Javascript. Even though most beginners know these two keywords exist, we struggle with finding the difference between them. So let's look at the difference between these keywords. Declar...