Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 779 Bytes

File metadata and controls

16 lines (14 loc) · 779 Bytes

THM-JavaScript-Basics

these are answers of thm room link room : https://tryhackme.com/room/javascriptbasics During this room, we will be covering the basics of the programming language JavaScript.

The main purpose of this language is to implement interactiveness into webpages and web applications, but thanks to the millions of individuals in the community, we've been able to control more than just the interactiveness of web pages. Thanks to the community, we can now use JavaScript to control servers, create video games, code mobile applications, and can even be used for cybersecurity in some scenarios.

Here are a few things we will be covering during this room: Variables Conditionals Functions Objects Loops DOM (Document Object Model) XSS (Cross-Site Scripting)