UmbrellaCrow612 / code-handbook

Code Handbook, a comprehensive repository that serves as your go-to guide for all things coding. Whether you're a beginner or an experienced developer, this repository is designed to provide you with a wealth of knowledge, resources, and practical examples to enhance your coding skills.
https://code-handbook.vercel.app
MIT License
3 stars 0 forks source link

Variables and Data Types improvements #42

Closed UmbrellaCrow612 closed 1 year ago

UmbrellaCrow612 commented 1 year ago

dumping possible improvements after reading

UmbrellaCrow612 commented 1 year ago

image

UmbrellaCrow612 commented 1 year ago

image

UmbrellaCrow612 commented 1 year ago

image

UmbrellaCrow612 commented 1 year ago

snappify

UmbrellaCrow612 commented 1 year ago

for the begging explanation of variables

image

UmbrellaCrow612 commented 1 year ago

Also add explanation languages about this bit: dynamically determine the type of a variable (dynamic typing) or enforce strict type checking during compilation (static typing).