A practical guide to built-in web APIs
When you develop for the web, you may not be aware of several built-in APIs that can powerfully extend and enhance your app. Out of the many available APIs, this article will explain how to use four of the most interesting ones, so you can immediatel...
openreplay.hashnode.dev10 min read
Jordan Brennan
WebOTP API is super interesting. Gonna read more about that, thanks!
Btw,
const form = input.closest("form")can be replaced withinput.form(all form controls have aformproperty that is the form element they belong to).