0% found this document useful (0 votes)
124 views

Cheat Sheet

This document provides a cheatsheet for JavaScript fundamentals including: 1. Key concepts like variables (var, let, const), data types, operators, conditional statements, loops, functions, and objects. 2. How to use JavaScript in HTML documents and access/manipulate DOM elements. 3. External links to a JavaScript basics course for more in-depth learning on topics covered in the cheatsheet.

Uploaded by

Muhammad Davi
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)
124 views

Cheat Sheet

This document provides a cheatsheet for JavaScript fundamentals including: 1. Key concepts like variables (var, let, const), data types, operators, conditional statements, loops, functions, and objects. 2. How to use JavaScript in HTML documents and access/manipulate DOM elements. 3. External links to a JavaScript basics course for more in-depth learning on topics covered in the cheatsheet.

Uploaded by

Muhammad Davi
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
You are on page 1/ 1

Cheatsheet JS JS

JAVASCRIPT COURSE LINK:

https://skilvul.com/courses/javascript-dasar

Use Js in html Function dom


deklarasi variabel
Internal Eksternal Deklarasi Function Akses Element
VAR

Array Variabel Function

LET Deklarasi
Manipulasi Element
Conditional Arrow Function
IF - Else Switch
CONST

Akses Loop
For
Destructure
For in (obj)
tipe data Operator
Aritmatika
String For of (arr)
Math
Properti While
Number
Assignment
Do While
Boolean

Null Method Comparison object


Deklarasi
Undefined

Object
Logika
Akses
Reset dan Spread (...)

Destructure

www.skilvul.com @skilvul 2020 Skilvul. All Rights Reserved.

You might also like