Handy tool by Josh W. Comeau to look up JavaScript operators.
π€© If you’ve been following bram.us for a while you might already know that my favourite operators are the optional chaining operator (.?
) and the null coalescing operator (??
). Definitely check them out as they will change the way you write your JavaScript code.