Examples showing Javascript as an untyped language

This page shows that Javascript is an untyped language. What that means is that Javascript variables can hold either numbers or letters, or other types of data. All data types are treated equally..... sort of.