#javascript

[ follow ]
#bot-detection
#software-supply-chain
fromDevOps.com
1 week ago
Information security

Chainguard Adds Curated Repository to Secure JavaScript Libraries - DevOps.com

fromDevOps.com
1 week ago
Information security

Chainguard Adds Curated Repository to Secure JavaScript Libraries - DevOps.com

JavaScript
fromeLearning
1 week ago

Beginner JavaScript Tutorial for Adobe Captivate 12 - eLearning

JavaScript can be used in Adobe Captivate 12 to create variables, interactive input fields, and simple scripts to sum user-entered numbers.
#cookies
Privacy professionals
fromZacks
1 week ago

Pardon Our Interruption

Enable cookies and JavaScript and disable or reconfigure blocking extensions to restore access when browsing is flagged as automated or blocked.
Web development
from2ality
1 week ago

Learning web development: Creating web pages via HTML

Create web pages with HTML; understand hexadecimal numbers, file paths, and web addresses as foundational knowledge for web development.
Software development
fromAllthingssmitty
1 week ago

Stop using .reverse().find(): meet findLast() - Matt Smith

Array.prototype.findLast() and findLastIndex() search arrays from the end without reversing, offering clearer, safer, and more performant code.
#web-development
#adobe-captivate
fromeLearning
1 month ago
Online learning

How to Use JavaScript for Smooth Scrolling in Adobe Captivate Long Scroll Projects - eLearning

fromeLearning
1 month ago
Online learning

How to Use JavaScript for Smooth Scrolling in Adobe Captivate Long Scroll Projects - eLearning

#anti-bot
fromSitePoint Forums | Web Development & Design Community
3 weeks ago

Need to access all but current button in a grid array of buttons

I'm new here and fairly new to JavaScript, so please bear with me. I've been converting a working python program to JavaScript with varying degrees of success. It's a fairly simple 8x8 button panel that modifies the button text when toggled. So far that works. However, some of the buttons are in "groups" that work like a mechanical switch that clears the other buttons in the group when a new one is selected.
JavaScript
JavaScript
fromInfoWorld
3 weeks ago

9 vital concepts of modern JavaScript

Mastering modern JavaScript fundamentals—variables, collections, arrow functions, scope, and closures—enables confident work across client and server JavaScript ecosystems.
JavaScript
from2ality
3 weeks ago

Learning web development: Frontend frameworks

Use non-destructive JavaScript array and object operations and Preact to build frontend UI state safely without mutating original data structures.
fromAllthingssmitty
3 weeks ago

Finally, safe array methods in JavaScript - Matt Smith

There's a good reason that many developers pause before using .sort(), .reverse(), or .splice() in JavaScript: those methods mutate the original array. That single side effect can lead to subtle, hard-to-trace bugs, especially in apps with shared or reactive state. The good news is that in the last couple of years we've gotten new array methods that make working with arrays safer and cleaner by avoiding mutation altogether: These return copies instead of changing the original array.
JavaScript
#functional-programming
JavaScript
from2ality
1 month ago

Learning web development: Asynchronous JavaScript - Promises and async functions

Promises and async functions handle long-running JavaScript tasks; queues provide FIFO sequencing of values, and JavaScript executes code on a single thread.
fromOreilly
1 month ago

Modern JavaScript

ECMAScript is a standard for several scripting languages, including JavaScript. Since 2015, a new version of the ECMAScript spec has been published annually. These versions-ES6, ES7, and ES8, respectively-don't deprecate any old syntax, so you'll be able to safely run legacy ES5 code in future web browsers or standalone JavaScript engines, but they also include lots of new syntax elements that make the process of writing JavaScript code more productive.
Web development
from2ality
1 month ago

Learning web development: JSON and processing files in Node.js

JSON ("JavaScript Object Notation") is a way of encoding data as text - e.g., in text files. Its syntax is a subset of JavaScript. In other words: Each piece of JSON data is valid JavaScript source code - it's an expression. This is an example of a text file with JSON data: The syntax of JSON # The syntax of JSON works as follows:
JavaScript
JavaScript
from2ality
1 month ago

Learning web development: JavaScript Maps

Map stores key-value pairs allowing lookup, insertion, and existence checks, and can use objects as keys with strict (===) identity comparison.
Software development
from2ality
1 month ago

Learning web development: JavaScript exceptions

JavaScript classes create object instances invoked with new; use instanceof to test instances and Error.stack provides stack traces to locate runtime errors.
[ Load more ]