Yo whatup

  • 0 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: September 28th, 2023

help-circle




  • JavaScript doesn’t have typed parameters or variables. The function expects a string and does things in the function body which converts the object into a string. JS shares this behavior with all dynamically typed languages and it’s extremely useful in some contexts and extremely frustrating in others. It’s down to what it’s being used for. Dynamic languages make excellent scripting languages, see Python really just being a souped up shell lang