What is called Variable typing in Javascript?

What is called Variable typing in Javascript?

JavaScript is a loosely typed language unlike other strongly typed languages, JS allows you to reassign types of variables as and when required.