Apr 15, 2024
Why do people clap for an article where every single code example fails with a SyntaxError
due to invalid shorthand property initializers ... { firstName = "Aniket", lastName = "Z” }
… instead of the correct ... { firstName: 'Aniket', lastName: 'Z' }
?
At the author; please do apply proof reading of content and testing of every single code example before publishing an article.