Consider the following function:
const fn = () => 'You win!'
Try to call this function without using any of these characters: .()[]
The shortest line of code wins!
Consider the following function: const fn = () => 'You win!' Enter fullscreen mode ...
Read full article on DEVDevArt keeps this article discoverable at a fast, self-canonical URL and links clearly to the original DEV publication.
Consider the following function:
const fn = () => 'You win!'
Try to call this function without using any of these characters: .()[]
The shortest line of code wins!