JavaScript tips and tricks you should know
The talk will cover a bunch of tips and tricks for JavaScript developers.
Those include things that are not commonly known, but can make your life as a JavaScript developer easier. Examples include the matchMedia()
function for responsive design, the Intl
object for internationalization, and the optional chaining operator ?.
for cleaner code.