Contoh kasus penggunaan Symbol di JavaScript TypeScript
https://fettblog.eu/symbols-in-javascript-and-typescript/
#symbol #es2016
https://fettblog.eu/symbols-in-javascript-and-typescript/
#symbol #es2016
fettblog.eu
Symbols in JavaScript and TypeScript
symbol is a primitive data type in JavaScript and TypeScript, which, amongst other things, can be used for object properties. Compared to number and string, symbols have some unique features that make them stand out.
Cara menulis proses asinkronus di dalam JavaScript modern
https://www.smashingmagazine.com/2019/10/asynchronous-tasks-modern-javascript/
#modern #es2016 #async #promise #await
https://www.smashingmagazine.com/2019/10/asynchronous-tasks-modern-javascript/
#modern #es2016 #async #promise #await
Smashing Magazine
Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine
In this article, we are going to explore the evolution of JavaScript around asynchronous execution in the past era and how it changed the way we write and read code. We will start with the beginnings of web development, and go all the way to modern asynchronous…
Flatlogic yang kini meninggalkan jQuery untuk template template halaman web yang dibuatnya, dan menggantinya dengan Vanilla JS dan Framework JS modern
https://flatlogic.com/blog/jquery-vs-javascript-why-we-removed-jquery-from-our-templates/
#nojquery #es2016
https://flatlogic.com/blog/jquery-vs-javascript-why-we-removed-jquery-from-our-templates/
#nojquery #es2016
Flatlogic Blog
jQuery vs JavaScript. Why we Removed jQuery from our Templates? - Flatlogic Blog
jQuery is one of the most well-known JavaScript libraries. But, if it is so amazing and useful, why we made this decision?
Beberapa snippet penting di dalam JavaScript modern yang akan sering dipakai
https://medium.com/better-programming/127-helpful-javascript-snippets-you-can-learn-in-30-seconds-or-less-part-1-of-6-bc2bc890dfe5
#snippets #es2016
https://medium.com/better-programming/127-helpful-javascript-snippets-you-can-learn-in-30-seconds-or-less-part-1-of-6-bc2bc890dfe5
#snippets #es2016
Medium
127 Helpful JavaScript Snippets You Can Learn in 30 Seconds or Less — Part 1 of 6
JavaScript is one of the most popular languages you can learn
Perbedaan antara Sets dan Array di JavaScript
https://medium.com/better-programming/javascript-sets-vs-arrays-25337bea7939
#sets #array #es2016
https://medium.com/better-programming/javascript-sets-vs-arrays-25337bea7939
#sets #array #es2016
Medium
JavaScript: Sets vs. Arrays
Introducing Sets, the ES6 data type you didn’t know you needed
Latihan menggunakan JavaScript modern ES2016 dengan beberapa contoh kasus.
https://dev.to/carlillo/es2016-features-with-simple-examples-3ifc
#es2016
https://dev.to/carlillo/es2016-features-with-simple-examples-3ifc
#es2016
DEV Community
ES2016 Features with simple examples
ES2016 aka ES7 is the version of ECMAScript corresponding to the year 2016. This version does not include as many new features as those that appeared in ES6 (2015). However, some useful features have been incorporated.
Mengenal Sets di JavaScript dan bagaimana cara menggunakannya
https://levelup.gitconnected.com/javascript-sets-what-they-are-and-how-to-use-them-6d6c8bd6d940
#sets #es2016
https://levelup.gitconnected.com/javascript-sets-what-they-are-and-how-to-use-them-6d6c8bd6d940
#sets #es2016
Medium
JavaScript Sets: What They Are and How to Use Them
Set yourself up for success.
JavaScript modern ES2015+ dan framework JS modern yang membuat saat ini tidak diperlukan lagi jquery dalam web app development.
https://medium.com/flatlogic/jquery-vs-javascript-why-we-removed-jquery-from-our-templates-8d2c67916746
#nojquery #es2015 #es2016 #es6
https://medium.com/flatlogic/jquery-vs-javascript-why-we-removed-jquery-from-our-templates-8d2c67916746
#nojquery #es2015 #es2016 #es6
Medium
jQuery vs JavaScript. Why we Removed jQuery From Our Templates?
jQuery is one of the most well-known JavaScript libraries and one of the most highly criticized. Why that is? Well, the reason is that…
Beberapa fitur baru di JavaScript ES2020 yang membuat JavaScript menjadi bahasa pemrograman yang powerful, seperti BigInt, Dynamic Import, Nullish Coalescing , Optional Chaining , Promise All Settled , String#MatchAll , Global This , Module Namespace Export , For In Order Loop, dan Import Meta .
https://www.freecodecamp.org/news/javascript-new-features-es2020/
-
Beberapa fitur di ES2016 / ES7 dan ES2017 / ES8 yang sering dipakai dan mempermudah penulisan kode.
https://levelup.gitconnected.com/small-ecmascript-features-that-are-a-big-help-43ea45967ac3
-
Mutable dan Immutable property dan parameter di JavaScript dengan Object.freeze()
https://alligator.io/js/mutability/
-
Beberapa aplikasi dan hal yang dapat dibangun dengan JavaScript sebagai general purpose language
https://levelup.gitconnected.com/7-cool-and-unusual-things-you-can-code-in-javascript-fc7d400274ba
https://www.freecodecamp.org/news/future-of-javascript/
-
Latihan membuat daftar warna acak dengan JavaScript dan menampilkan ke DOM HTML
https://levelup.gitconnected.com/generating-a-random-color-in-javascript-spice-up-your-dom-with-a-bit-of-chance-e8b36061421c
#javascript #generalpurpose #es2020 #es2017 #es2016 #mutable #immutable #object #freeze
https://www.freecodecamp.org/news/javascript-new-features-es2020/
-
Beberapa fitur di ES2016 / ES7 dan ES2017 / ES8 yang sering dipakai dan mempermudah penulisan kode.
https://levelup.gitconnected.com/small-ecmascript-features-that-are-a-big-help-43ea45967ac3
-
Mutable dan Immutable property dan parameter di JavaScript dengan Object.freeze()
https://alligator.io/js/mutability/
-
Beberapa aplikasi dan hal yang dapat dibangun dengan JavaScript sebagai general purpose language
https://levelup.gitconnected.com/7-cool-and-unusual-things-you-can-code-in-javascript-fc7d400274ba
https://www.freecodecamp.org/news/future-of-javascript/
-
Latihan membuat daftar warna acak dengan JavaScript dan menampilkan ke DOM HTML
https://levelup.gitconnected.com/generating-a-random-color-in-javascript-spice-up-your-dom-with-a-bit-of-chance-e8b36061421c
#javascript #generalpurpose #es2020 #es2017 #es2016 #mutable #immutable #object #freeze
freeCodeCamp.org
10 New JavaScript Features in ES2020 That You Should Know
Good news – the new ES2020 features are now finalised! This means we now have a complete idea of the changes happening in ES2020, the new and improved specification of JavaScript. So let's see what those changes are. #1: BigInt BigInt, one of the most anticipated…
Latihan menggunakan JavaScript Modern dengan ES2015++ ke atas, dengan membuat web game sederhana, sebanyak 7 buah game.
https://www.freecodecamp.org/news/learn-javascript-by-building-7-games-video-course/
Di channel Youtube nya Ania Kubow, ada latihan yang lebih banyak lagi yang bisa di cek disini
https://www.youtube.com/channel/UC5DNytAJ6_FISueUfzZCVsw
#game #es2016 #course #guide
https://www.freecodecamp.org/news/learn-javascript-by-building-7-games-video-course/
Di channel Youtube nya Ania Kubow, ada latihan yang lebih banyak lagi yang bisa di cek disini
https://www.youtube.com/channel/UC5DNytAJ6_FISueUfzZCVsw
#game #es2016 #course #guide
freeCodeCamp.org
Learn JavaScript by building 7 games
JavaScript is the one of the most popular programming languages. We have released a full video course where you can learn JavaScript by building 7 retro grid-based games. When you learn by building projects, you can immediately see how the code works in…