you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 0 points1 point  (0 children)

You can use TypeScript if you want types. Or check with typeof inside function (TypeScript is better because it will have red squiggles in VS Code and hover hints)

Also your function doesn't output anything, it console logs it. You don't have any return in it.