Is dynamically and statically typed programming languages the same as strongly and weakly typed programming languages
I think this is something every beginner in programming should know and understand.
Dynamically typed programming languages
A dynamically typed programming language is one where the type of a variable is checked during runtime, rather than at compile...
onyinyeblog.hashnode.dev2 min read