Backward Compatible / Forward Compatible
Javascript is a backward-compatible language. This means that code written in older versions of JavaScript will typically work in newer versions and modern browsers.
for example - the var keyword which was the primary way of declaring variables in Ja...
helpingtechies.hashnode.dev1 min read