Site Logo

Nikita Hlopov

Frontend Dev Blog

Blog About Archive Tags

Convert a NodeList or HTMLCollection to an Array with JavaScript

30 Apr 2020
  • javascript

There are 3 ways to convert NodeList or HTMLCollection to an Array in JavaScript.

Continue reading →

Parse URL strings with native JavaScript API

06 Apr 2020
  • javascript

There’s an easy native way to parse URL strings with JavaScript API.

Continue reading →

Set up a local environment for mobile web development on iPhone/iPad

16 Mar 2020
  • development
  • tips

Set up a local environment to develop and debug a web project for an iPhone/iPad device.

Continue reading →

TILs Winter 2019/2020 - a little bit of everything

27 Feb 2020
  • til

The Winter is over, and it’s been quite busy for me, nonetheless, I did manage to learn a few things and I’d like to share them with you.

Continue reading →

How to get the length of an object with Vanilla JavaScript in 3 ways

17 Feb 2020
  • javascript

In this article, I’ll show you how to get the length of an object with Vanilla JavaScript in 3 ways.

Continue reading →
⟨ Previous Next ⟩

This work is licensed under a CC BY 4.0 License.
The code in this work is licensed under an MIT License.