Javascript

Javascript

340 bookmarks
Newest
Web Frameworks
Web Frameworks
Looking for the best meta web frameworks or static site generators? Our guide will help you choose the right tool for your web development needs.
·bejamas.io·
Web Frameworks
ES6 Tutorial
ES6 Tutorial
This ES6 tutorial helps you get started quickly with the new version of JavaScript called ECMAScript 2015, or ES6 in short.
·javascripttutorial.net·
ES6 Tutorial
JavaScript forEach() – JS Array For Each Loop Example
JavaScript forEach() – JS Array For Each Loop Example
When working with arrays, there will be times when you need to loop or iterate through the array's values in order to either output or manipulate them. These arrays can hold any datatype, including objects, numbers, strings, and many others. In this article, we'll look at how you can
·freecodecamp.org·
JavaScript forEach() – JS Array For Each Loop Example
Uniting Web And Native Apps With 4 Unknown JavaScript APIs — Smashing Magazine
Uniting Web And Native Apps With 4 Unknown JavaScript APIs — Smashing Magazine
Have you heard of the Screen Orientation API? What about the Device Orientation API, Vibration API, or the Contact Picker API? Juan Diego Rodriguez is interested in these under-the-radar web features and discusses how they can be used to create more usable and robust progressive web apps if and when they gain broader support.
·smashingmagazine.com·
Uniting Web And Native Apps With 4 Unknown JavaScript APIs — Smashing Magazine
es-toolkit
es-toolkit
A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.
·es-toolkit.slash.page·
es-toolkit
Welcome, Kevin Powell fans!
Welcome, Kevin Powell fans!
Thanks for watching to me chat with Kevin about JavaScript and more! I’ve put together a ton of resources to help you dig deeper into building simpler, more resilient web experiences. Source Code Different ways to write functions The difference between var, let, and const An into to JavaScript Promises Get Daily Developer Tips Hate the complexity of modern front‑end web development? I send out a short email each weekday on how to build a simpler, more resilient web.
·gomakethings.com·
Welcome, Kevin Powell fans!
Differences between declarative and imperative programming
Differences between declarative and imperative programming
There are two main paradigms in programming: imperative and declarative. Every other paradigm, such as reactive, functional, and procedural, is just a subset of one of these two. Often, you hear that declarative code is better than imperative code an...
·pavel-romanov.com·
Differences between declarative and imperative programming
Learning JavaScript Arrays
Learning JavaScript Arrays
An array is like a queue where you can have zero, one or many values. The first value can be found at index 0, and others follow. An empty array, like a queue with no one in it, is written in JavaScript as `[]`. The `[` and `]` are the start and end markers, and items inside are separated by commas.For example, to make an array with the numbers 0 to 3, you write `[0, 1, 2, 3]`.
·jskatas.org·
Learning JavaScript Arrays
All JavaScript and TypeScript Features of the last 3 years
All JavaScript and TypeScript Features of the last 3 years
This article goes through almost all of the changes of the last 3 years (and some from earlier) in JavaScript / ECMAScript and TypeScript.
·betterprogramming.pub·
All JavaScript and TypeScript Features of the last 3 years