Zoxon
  • Home
  • Notes
  • About

Notes

Over the years I’ve published a dev notes — some more noteworthy than others.

Here are some of my personal favorites. I hope you find something useful among them.

    • Find All Interactive Elements

      30 Oct 2024 24:00
      1 minutes read

      How to find all interactive elements in a given context using JavaScript or TypeScript.

      Read this article →
    • Mocking Fake Request

      30 Oct 2024 24:00
      1 minutes read

      Easy way to mock a fake request with a random delay in JavaScript.

      Read this article →
    • Convert Array to Keyed Object

      30 Oct 2024 24:00
      2 minutes read

      Convert an array to a keyed object using a custom attribute getter function in TypeScript.

      Read this article →
    • How to Use Intersection Observer in JavaScript

      30 Oct 2024 24:00
      2 minutes read

      How to easily use the Intersection Observer API in JavaScript to detect when an element enters or exits the viewport.

      Read this article →
    • Milliseconds Interval Helper

      30 Oct 2024 24:00
      1 minutes read

      A simple utility function to create a delay between function calls in JavaScript.

      Read this article →
    • Working with Element Attributes in JavaScript

      30 Oct 2024 24:00
      2 minutes read

      Learn how to work with element attributes in JavaScript, including getting, setting, and removing attributes from HTML elements.

      Read this article →
    Prev
    1 / 2
    Next
    © Velichko Konstantin – 2025
    • Home
    • Notes
    • About