The fairly new requestSubmit method on the HTML form element allows developers to trigger form validations and submit.
Topic: JavaScript โ Page 13
The optional chaining proposal also includes a way to optional execute function that may not be defined without throwing an exception
I learned that it is possible to back reference capture groups and named capture groups in JavaScript regular expressions
A cheat sheet for JavaScript lookahead and lookbehind regular expressions.