In this article, we will focus specifically on things you need to know about JavaScript, to get up and going as a JS developer. JavaScript is dynamic typed. This means that variables can hold values of any type, without any type enforcement. The following build-in types are available:
Full article