Category: Browser

  • Web APIs

    Web APIs

    Javascript is a single threaded language that has to do things in the order they come in – but also it can do things asynchronously. How? That’s where Web APIs come in. These APIs are not part of the JavaScript language, but they are provided by the Javascript runtime environment. One of these environments you’re using right now…