Jahenr / CheatSheets

Cheat Sheets for many well know systems. Featured on https://github.com/szabgab/awesome-for-non-programmers
82 stars 150 forks source link

Create JavaScript CheatSheet #308

Closed jhutchings99 closed 1 year ago

jhutchings99 commented 1 year ago

Description

This pull request adds a new cheatsheet for JavaScript. The cheatsheet covers the basics of JavaScript including data types, variables, functions, control structures, and objects. It also includes examples and explanations of commonly used syntax. Changes Made

  1. Created a new file "javascript-cheatsheet.md"
  2. Added content to cover the basics of JavaScript, including: Data types Variables Functions Control structures Objects
Jahenr commented 1 year ago

Hi

Looks good, thank you.