abstraction javascript code example
Example: what is so called abstractions in javascript
An abstraction is a way of hiding the implementation details and showing only the functionality to the users. In other words, it ignores the irrelevant details and shows only the required one.