Get the last items of an array using array.slice()
I never knew the slice method takes negative integers!
I never knew the slice method takes negative integers!
A quick trick to kill the process currently using a port on Windows - npx kill-port 4200
How to use top-level await in ES Modules without all of the crazy hack