15 Helpful JavaScript One-Liners

Become better at JavaScript in only a couple of minutes

Daan
JavaScript in Plain English
7 min readFeb 1, 2021

--

Whether you’re new to JavaScript or a more seasoned developer it’s always good to learn something new. In this article, we’ll be going over a collection of JavaScript one-liners that hopefully help you tackle some of the daily JavaScript problems that you’ll eventually run into.

Hopefully, you learn a thing or two!

1. Generating a random number within a range

--

--