Recent Posts

Basic JavaScript Tips and Tricks

9 minute read

On This Page This blog post will be about some basic JavaScript you should know when beginning to write JS (it will save you a lot of time and headaches), also i will provide some key differences between C# (same applies for similar languages like java) and JavaScript. We will cover defining variables, dynamic typing, falsie values, default values, guards, determining type, and ty...