• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • Having been raised in a religious household and having escaped it later in life to become an engineer/science nerd, while being ostracized by my, incredibly, incredibly disappointing parents because they refuse to learn new things or acknowledge scientific studies that conflict with their religious views:

    This answer is unequivocally, absolutely, a 100% correct take on humanity and their need for the “simplistic” and incorrect answers religion gives about the world around them.



















  • Const keyword means constant, a value that won’t change after the application has been compiled; this allows for certain optimizations.

    Let keyword is a JavaScript variable that is safely scoped down to the method or function level.

    Var keyword is generally discouraged in JavaScript, because it’s a global declaration. The value of it could be available anywhere in the application, and the app might have collisions.

    So, the meme is, shifting from a constant, unchanging gender, to the middle where gender is defined and scoped to a local level, to the extreme, where gender is variable globally.