Difference between dynamic, static, strongly and loosely programming language
Let's dive deeper into each of the four concepts:
Static Typing
Definition: The data type of a variable is known at compile time.
How it works: The compiler checks the types of variables, function parameters, and return types before the code is execu...
izzygg.hashnode.dev3 min read