0% found this document useful (0 votes)
634 views5 pages

DevNursery Cheatsheet - Javascript

This document provides a cheat sheet for common Javascript syntax including: printing to the console, assigning variables, conditionals, loops, functions, destructuring, classes, class properties/methods, inheritance, and string concatenation/interpolation. It lists common Javascript features and their basic syntax.

Uploaded by

Alex Merced
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
634 views5 pages

DevNursery Cheatsheet - Javascript

This document provides a cheat sheet for common Javascript syntax including: printing to the console, assigning variables, conditionals, loops, functions, destructuring, classes, class properties/methods, inheritance, and string concatenation/interpolation. It lists common Javascript features and their basic syntax.

Uploaded by

Alex Merced
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

devNursery.com - AlexMercedCoder.

com

CHEATSHEET - Javascript

FEATURE SYNTAX
Printing to Console

Assigning a Variable
Conditional

Loop
Declaring a Function

Destructuring
Classes

Class Properties and


Methods
Inheritance

Concatenation and
Interpolation

You might also like