So for example the .split()
, the .join()
, the .replace()
, .concat()
, .push()
, …and so on…
I’m wondering how these functions were created by the creators of JS.
how functions, variables, and other things are defined also greatly puzzle me.
Can anyone tell me why or how these stuff were made from scratch?