• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • 108cm is squarely within the range of dwarfism so, as a minority, I wouldn’t be surprised if the data the user is searching for is scarce or missing altogether.

    Hence the result pictured.

    That said, the person searching this could have just made a typo for 180cm, which is much more common.

    Why am I analysing the meme? Who knows.










  • Of course, but OOP is typically about putting methods on classes, inheritance of behaviour etc.

    JS Objects aren’t typically used that way, they tend to be used as pure data containers. At least, that’s how we mostly use them.

    Occasionally, we’ll use objects to simplify passing multiple arguments including arrow functions, but I’d say that doesn’t really count unless the arrow function mutates the object it’s a part of.