function ES5Fun ( username, platform ) { username, = username, || '@wordssaysalot' ; platform = platform || 'Hashnode' ; } Uncaught SyntaxError: Unexpected token '='Comment·Article·Dec 31, 2021·ES6 way of coding Javascript!
console .log( Math .min() > Math .min()) // outputs false console .log( Math .min() > Math .max()) // outputs trueComment·Article·Dec 28, 2020·JavaScript: The Strange Yet Tricky Parts