- Name: Sounak Pradhan
- Nickname: sounak98 (on irc, github, and most other platforms)
- Contact Info: [email protected], +91-8900-697-914
- Timezone: India Standard Time (GMT +0530)
- Resume: Link
In the branch of linguistics known as pragmatics, a presupposition (or PSP) is an implicit assumption about the world or background belief relating to an utterance whose truth is taken for granted in discourse.
Jane no longer writes fiction. (PSP: Jane once wrote fiction.)
Javascript (often called JS) is high-level, dynamic, untyped and interpreted programming language. HTML, CSS and JS are the three core technologies of world web production. This language supports object-oriented programming, imperative and functional programming. It has an API for working with text, arrays, dates and regular expressions, but does not include any I/O, such as networking, storage, or graphics facilities, relying for these upon the host environment in which it is embedded.
Although there are similarities in syntax and standard libraries between Javascript and JS, these are two fairly different languages with fairly different purposes and different structural design. Javascript is used to program the behavior of web pages, make web pages dynamic, run a function when a button is clicked and also allows us to retrieve data from a database and what not!
The main use of Javascript is that it allows you to make things happen in the user’s brows