What is Hungarian Notation? [duplicate]

What is Hungarian Notation? The StackOverflow tag itself says: “Hungarian notation is a language-independent naming convention in which an identifier’s prefix indicates its type. Examples include iCustomerId, sFirstName, etc.” Does it have any use cases in native Javascript, Jquery, or Angular? It can have, if you want it to. The $ is used a lot … Read more