https://css-tricks.com/an-introduction-to-javascript-expressions/
An Introduction to JavaScript Expressions | CSS-Tricks
Oct 22, 2025 - A thorough but approachable lesson on JavaScript expressions excerpted JavaScript For Everyone, a complete online course offered by our friends at Piccalilli.
an introduction tojavascript expressionscss tricks
https://eloquentjavascript.net/09_regexp.html
Regular Expressions :: Eloquent JavaScript
regular expressionseloquent javascript
https://www.stefanjudis.com/today-i-learned/there-is-a-unicode-mode-in-javascript-regular-expressions/
There is a Unicode mode in JavaScript regular expressions | Stefan Judis Web Development
Feb 9, 2022 - I learned how the Unicode mode in JavaScript regular expression helps you counting code points.
stefan judis web developmentregular expressions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions
Regular expressions - JavaScript | MDN
Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used...
regular expressionsjavascriptmdn
https://codesnacks.net/javascript-iife/
IIFE - Immediately Invoked Function Expressions in JavaScript
iifeimmediatelyinvokedfunctionexpressions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
Arrow function expressions - JavaScript | MDN
An arrow function expression is a compact alternative to a traditional function expression, with some semantic differences and deliberate limitations in usage:
arrow function expressionsjavascriptmdn
https://mathiasbynens.be/notes/es-unicode-property-escapes
Unicode property escapes in JavaScript regular expressions ยท Mathias Bynens
unicode property escapesregular expressionsmathias bynensjavascript
https://developer.chrome.com/docs/devtools/console/live-expressions
Watch JavaScript values in real time with Live Expressions | Chrome DevTools | Chrome for Developers
Apr 18, 2019 - If you find yourself typing the same JavaScript expressions into the Console repeatedly, try Live Expressions instead.
in real timewith livechrome devtools
https://www.stefanjudis.com/today-i-learned/backreferences-in-javascript-regular-expressions/
Backreferences in JavaScript regular expressions | Stefan Judis Web Development
Aug 8, 2023 - I learned that it is possible to back reference capture groups and named capture groups in JavaScript regular expressions
stefan judis web developmentregular expressionsjavascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions
Regular expressions - JavaScript | MDN
A regular expression (regex for short) allow developers to match strings against a pattern, extract submatch information, or simply test if the string conforms...
regular expressionsjavascriptmdn
https://www.w3schools.com:443/js/js_regexp.asp
JavaScript Regular Expressions
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML...
regular expressionsjavascript