Posts

6 April 2023

Replacement for HTML tables on smaller devices

In some cases classic table elemens that looks good on big screens could be implemented little different on mobile device resolutions - with little help of javascript and dynamic DOM manipulation

31 July 2022

How to check if method parameter is passed in javascript

Sometimes it is necessary to be sure that method parameter we are trying to comsume exists.

7 April 2022

Common JavaScript Array Methods

Most common JavaScript array methods I found useful in everyday situation