Directory structure:
└── programmerzamannow-belajar-javascript-dasar/
├── break.html
├── closure.html
├── console.html
├── continue.html
├── debugger.html
├── destructuring.html
├── do-while-loop.html
├── falsy-truthy.html
├── for-in.html
├── for-loop.html
├── for-of.html
├── function-anonymous.html
├── function-arrow.html
├── function-dalam-function.html
├── function-default-parameter.html
├── function-generator.html
├── function-optional-parameter.html
├── function-parameter.html
├── function-recursive.html
├── function-rest-parameter.html
├── function-return-value.html
├── function-sebagai-value.html
├── function.html
├── getter-dan-setter.html
├── hello-world-file.html
├── hello-world.html
├── if-expression.html
├── kata-kunci-this.html
├── komentar.html
├── konversi-string-dan-number.html
├── label.html
├── masalah-variable-var.html
├── null.html
├── object-method-arrow-function.html
├── object-method.html
├── operator-aritmatika.html
├── operator-augmented-assigment.html
├── operator-in.html
├── operator-logika-di-non-boolean.html
├── operator-logika.html
├── operator-nullish-coalescing.html
├── operator-perbandingan.html
├── operator-ternary.html
├── operator-typeof.html
├── operator-unary.html
├── optional-chaining.html
├── popup-alert.html
├── popup-confirm.html
├── popup-prompt.html
├── scope.html
├── strict-mode.html
├── string-template.html
├── switch-statement.html
├── tipe-data-array.html
├── tipe-data-boolean.html
├── tipe-data-number.html
├── tipe-data-object.html
├── tipe-data-string.html
├── undefined.html
├── variable-const.html
├── variable-let.html
├── variable.html
├── while-loop.html
├── with-statement.html
└── scripts/
└── hello-world.js