JavaScript Category Posts

Objects as parameters in JavaScript

Objects as parameters in JavaScript

Despite JavaScript being one of the hottest programming languages of the day, it lacks some key functionality supported by many modern languages. This said, the JavaScript trump card is flexibility, which can be exploited to mimic unsupported features. Use JS objects to fake the named argument feature seen in many other languages.

Copyright © 2021-2024 Michael Ward