is javcascript same as typescript code example
Example: typescript vs javascript
They are really almost the same theres not the same param types like
JAVASCRIPT is function myFunction(param)
while typescript is
function myFunction(the_param: something)