Topic: JavaScript โ Page 14
The fairly new requestSubmit method on the HTML form element allows developers to trigger form validations and submit.
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