This document outlines the objectives of a lecture on JavaScript. It introduces JavaScript, discusses data types, operators, flow control, functions, events, objects, arrays, and the Document Object Model. It provides examples of JavaScript concepts like functions, events, and objects. The document is intended to teach the basics of JavaScript programming.
This document outlines the objectives of a lecture on JavaScript. It will introduce JavaScript, including using script tags and linking external JavaScript files. It will cover JavaScript expressions, operators, functions, flow control, objects, arrays, the Document Object Model, forms, cookies and more. The lecture aims to provide an overview of the JavaScript language and how it is used for client-side scripting.
JavaScript is an object-oriented scripting language used to make webpages interactive. It is lightweight and commonly used as part of web pages. JavaScript can be used to validate user input, provide immediate feedback, and increase interactivity. JavaScript code can output data by writing to HTML elements, using alerts, or writing to the browser console. Key JavaScript concepts include variables, functions, objects, and arrays for storing and manipulating different types of data.
The document provides information about JavaScript including:
- JavaScript is used to create dynamic and interactive web pages through client-side scripting. It is an interpreted scripting language that is lightweight, cross-platform, and embedded in HTML.
- The key features of JavaScript include being object-based, prototype-based, multi-paradigm, supporting functions, and being a loosely typed, dynamic language.
- Common uses of JavaScript include form validation, dynamic content display, event handling, and AJAX. Popular applications include interactive elements, animations, and dynamic behavior on web pages.
JavaScript is a scripting language used to make web pages interactive. It is loosely based on Java and runs in web browsers to manipulate HTML content and handle user events. JavaScript can be used to validate form data, create dynamic interfaces, and modify page elements. It is an interpreted language that is lightweight, open, and integrated with HTML and Java.
JavaScript is a scripting language that adds interactivity to HTML pages. It works in all major browsers and can be embedded directly into HTML. JavaScript code is executed by the browser in the sequence it is written. JavaScript statements can be grouped into blocks and functions. JavaScript can react to events like clicks or page loads, manipulate HTML elements, and read/write cookies. To insert JavaScript into an HTML page, use the <script> tag. Functions and events are commonly used together, where functions execute when events occur. JavaScript also includes conditional statements, loops, and popup boxes to display alerts, prompts, and confirmations to users.
The document provides information on JavaScript fundamentals including:
- JavaScript is an object-oriented scripting language used to make web pages interactive. It was originally called LiveScript and developed by Netscape.
- JavaScript can be used for both client-side scripting in web browsers and server-side scripting using Node.js. It is an interpreted language that is loosely typed, prototype-based, and supports operators, control structures, and functions.
- Common uses of JavaScript include form validation, dynamic updating of content, and basic interactivity on web pages. It works with HTML and CSS to create dynamic web pages.
JavaScript is the primary scripting language of the web and is used to make web pages interactive. It can dynamically write and modify HTML content, react to user events like clicks, validate form data, detect the browser, and more. JavaScript code is commonly embedded directly in HTML using <script> tags and can also be stored externally in .js files. Key JavaScript concepts include variables, operators, conditional statements, functions, loops, and events.
JavaScript was designed to add interactivity to HTML pages. It is a scripting language that is usually embedded directly into HTML pages and allows for dynamic text, event handling, reading/writing HTML elements, and validating form data. JavaScript supports both client-side and server-side scripting and was originally developed by Netscape under the name LiveScript before being renamed. It provides programming capabilities to HTML authors and allows for dynamic content, user interaction, and validation without server requests.
This document provides an introduction and overview of JavaScript including:
- JavaScript is a lightweight, dynamic programming language used for client-side web development. Programs written in JavaScript are called scripts.
- The main advantages of JavaScript are its simplicity, speed, popularity, use in web development and games.
- To run a basic JavaScript program, code is written within <script> tags in an HTML file and run in a browser.
- Variables, data types, functions, operators and dialog boxes are also discussed at a high level.
JavaScript can change HTML content, attributes, styles, and validate data. It can be placed in the <body> and <head> sections between <script> tags. Functions and events allow JavaScript code to run when events occur. JavaScript can output to alerts, the document, elements, and the console. It uses data types like numbers, strings, Booleans, arrays, and objects. Conditionals like if/else and switch statements allow different code blocks to run based on conditions. Loops like for, for/in, while, and do/while repeat code.
- JavaScript is a client-side scripting language used to validate data and embed scripts in HTML documents using the <SCRIPT> tag. It was developed by Brendan Eich and is supported by most browsers.
- Functions, variables, operators, and control structures work similarly in JavaScript as in C++. Common data types include numbers, strings, and Booleans. Functions are defined using the function keyword.
- Built-in functions like alert(), prompt(), and document.write() are used for output. Events like onclick trigger JavaScript execution. Arrays and objects allow storing multiple values.
JavaScript New Tutorial Class XI and XII.pptxrish15r890
The document provides an introduction to JavaScript including:
- JavaScript was developed by Branden Eich in 1995 and is a lightweight, interpreted programming language designed for creating network-centric applications.
- JavaScript is dynamic and commonly used for client-side scripting to interact with users and make dynamic web pages. It has object-oriented capabilities.
- The document discusses JavaScript variables, data types, comments, and keywords as well as uses like client-side validation, manipulating HTML, and presentations.
Javascript is a dynamic programming language used primarily for client-side web page scripting. It allows for less server interaction, immediate feedback, and richer interfaces. Key differences from Java include being lightweight, interpreted, and lacking features like file access, networking, or multithreading. Javascript code is placed within <script> tags and can be used to dynamically manipulate and interact with HTML pages.
web programming concepts is Overview of Java Script
A number of Technologies are present that develops the static web page, but we require a language that is dynamic in nature to develop web pages.
JavaScript was created by Brendan Eich in 1995 at Netscape Communications.
JavaScript was the first client-side scripting language developed by Netscape.
JavaScript made its first appearance in Netscape 2.0 in 1995 with the name LiveScript.
Overview of Java Script
A number of Technologies are present that develops the static web page, but we require a language that is dynamic in nature to develop web pages.
JavaScript was created by Brendan Eich in 1995 at Netscape Communications.
JavaScript was the first client-side scripting language developed by Netscape.
JavaScript made its first appearance in Netscape 2.0 in 1995 with the name LiveScript.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pa
The document provides an outline and introduction to JavaScript concepts including variables, functions, conditions, loops, pop-up boxes, objects, and the Document Object Model (DOM). It discusses tasks performed by client-side scripts like form validation, event handling, and dynamic page updates. It also compares client-side and server-side scripting, noting that client-side scripts execute on the browser and allow for interactivity but cannot access local files or databases.
JavaScript is a programming language that can be embedded in HTML pages and used to create dynamic web page content. It allows interacting with browsers by opening windows, submitting forms, and loading URLs. JavaScript code can appear between <script> tags in HTML files or in external .js files linked via the src attribute. The browser runs the JavaScript interpreter to execute the code as pages load. Core JavaScript defines syntax rules while client-side JavaScript is used in browsers to interact with HTML content.
This document provides an overview of JavaScript, including:
- JavaScript is not related to Java and was originally called LiveScript.
- JavaScript code is run in web browsers by an interpreter built into the browser, not on servers.
- JavaScript can be used to add interactivity to HTML pages by including <script> tags and running code when pages load or in response to user events.
- JavaScript functions and variables can be defined and used to manipulate the DOM and handle user interactions.
This document provides an introduction to JavaScript, including:
- JavaScript is a scripting language used primarily for client-side web development. It implements the ECMAScript standard.
- JavaScript can be used to create interactive user interfaces, dynamically manipulate web content, validate forms, and more.
- JavaScript code runs in the browser via JavaScript engines like V8, SpiderMonkey, and JavaScriptCore. It is interpreted at runtime rather than compiled.
JavaScript is the most popular scripting language used on web pages. It can be used to add interactivity and dynamic content to HTML pages. JavaScript code can be embedded directly in HTML pages or stored externally in .js files. JavaScript code can be placed in the <head> or <body> sections of an HTML page. Common JavaScript statements include conditional statements like if/else, loops like for and while loops, and functions. JavaScript also provides popup boxes like alert, confirm, and prompt to interact with users.
JavaScript is a scripting language that adds interactivity to HTML pages. It can be used to dynamically write text, react to events, read and write HTML elements, validate data, detect the visitor's browser, and create cookies. JavaScript code can be placed in the head or body sections of an HTML page and is usually embedded directly into HTML pages. External JavaScript files can also be used to run the same code on multiple pages.
This document provides an overview of JavaScript including:
- JavaScript is a lightweight, interpreted programming language designed for creating network-centric applications. It is complementary to and integrated with HTML.
- JavaScript code is placed within <script> tags in an HTML document and can be placed in the <head> or <body> sections.
- JavaScript is case sensitive, ignores whitespace, and semicolons are optional. It supports various data types, variables, operators, control structures like if/else statements, loops and functions.
- Functions are defined using the function keyword and parameters can be passed to functions. Exceptions can be handled using try/catch blocks.
- Common JavaScript statements include if/else, switch, while,
How to Create a Rainbow Man Effect in Odoo 18Celine George
In Odoo 18, the Rainbow Man animation adds a playful and motivating touch to task completion. This cheerful effect appears after specific user actions, like marking a CRM opportunity as won. It’s designed to enhance user experience by making routine tasks more engaging.
More Related Content
Similar to Introduction to JAVA SCRIPT USING HTML and CSS (20)
JavaScript is the primary scripting language of the web and is used to make web pages interactive. It can dynamically write and modify HTML content, react to user events like clicks, validate form data, detect the browser, and more. JavaScript code is commonly embedded directly in HTML using <script> tags and can also be stored externally in .js files. Key JavaScript concepts include variables, operators, conditional statements, functions, loops, and events.
JavaScript was designed to add interactivity to HTML pages. It is a scripting language that is usually embedded directly into HTML pages and allows for dynamic text, event handling, reading/writing HTML elements, and validating form data. JavaScript supports both client-side and server-side scripting and was originally developed by Netscape under the name LiveScript before being renamed. It provides programming capabilities to HTML authors and allows for dynamic content, user interaction, and validation without server requests.
This document provides an introduction and overview of JavaScript including:
- JavaScript is a lightweight, dynamic programming language used for client-side web development. Programs written in JavaScript are called scripts.
- The main advantages of JavaScript are its simplicity, speed, popularity, use in web development and games.
- To run a basic JavaScript program, code is written within <script> tags in an HTML file and run in a browser.
- Variables, data types, functions, operators and dialog boxes are also discussed at a high level.
JavaScript can change HTML content, attributes, styles, and validate data. It can be placed in the <body> and <head> sections between <script> tags. Functions and events allow JavaScript code to run when events occur. JavaScript can output to alerts, the document, elements, and the console. It uses data types like numbers, strings, Booleans, arrays, and objects. Conditionals like if/else and switch statements allow different code blocks to run based on conditions. Loops like for, for/in, while, and do/while repeat code.
- JavaScript is a client-side scripting language used to validate data and embed scripts in HTML documents using the <SCRIPT> tag. It was developed by Brendan Eich and is supported by most browsers.
- Functions, variables, operators, and control structures work similarly in JavaScript as in C++. Common data types include numbers, strings, and Booleans. Functions are defined using the function keyword.
- Built-in functions like alert(), prompt(), and document.write() are used for output. Events like onclick trigger JavaScript execution. Arrays and objects allow storing multiple values.
JavaScript New Tutorial Class XI and XII.pptxrish15r890
The document provides an introduction to JavaScript including:
- JavaScript was developed by Branden Eich in 1995 and is a lightweight, interpreted programming language designed for creating network-centric applications.
- JavaScript is dynamic and commonly used for client-side scripting to interact with users and make dynamic web pages. It has object-oriented capabilities.
- The document discusses JavaScript variables, data types, comments, and keywords as well as uses like client-side validation, manipulating HTML, and presentations.
Javascript is a dynamic programming language used primarily for client-side web page scripting. It allows for less server interaction, immediate feedback, and richer interfaces. Key differences from Java include being lightweight, interpreted, and lacking features like file access, networking, or multithreading. Javascript code is placed within <script> tags and can be used to dynamically manipulate and interact with HTML pages.
web programming concepts is Overview of Java Script
A number of Technologies are present that develops the static web page, but we require a language that is dynamic in nature to develop web pages.
JavaScript was created by Brendan Eich in 1995 at Netscape Communications.
JavaScript was the first client-side scripting language developed by Netscape.
JavaScript made its first appearance in Netscape 2.0 in 1995 with the name LiveScript.
Overview of Java Script
A number of Technologies are present that develops the static web page, but we require a language that is dynamic in nature to develop web pages.
JavaScript was created by Brendan Eich in 1995 at Netscape Communications.
JavaScript was the first client-side scripting language developed by Netscape.
JavaScript made its first appearance in Netscape 2.0 in 1995 with the name LiveScript.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pages.
Javascript is an interpreted language usually used with HTML, and programs written in JavaScript are called lightweight scripts.
JavaScript is a simple language which is only suitable for simple tasks.
JavaScript is an object-based client-side scripting language that is popular and used to create dynamic and interactive web pa
The document provides an outline and introduction to JavaScript concepts including variables, functions, conditions, loops, pop-up boxes, objects, and the Document Object Model (DOM). It discusses tasks performed by client-side scripts like form validation, event handling, and dynamic page updates. It also compares client-side and server-side scripting, noting that client-side scripts execute on the browser and allow for interactivity but cannot access local files or databases.
JavaScript is a programming language that can be embedded in HTML pages and used to create dynamic web page content. It allows interacting with browsers by opening windows, submitting forms, and loading URLs. JavaScript code can appear between <script> tags in HTML files or in external .js files linked via the src attribute. The browser runs the JavaScript interpreter to execute the code as pages load. Core JavaScript defines syntax rules while client-side JavaScript is used in browsers to interact with HTML content.
This document provides an overview of JavaScript, including:
- JavaScript is not related to Java and was originally called LiveScript.
- JavaScript code is run in web browsers by an interpreter built into the browser, not on servers.
- JavaScript can be used to add interactivity to HTML pages by including <script> tags and running code when pages load or in response to user events.
- JavaScript functions and variables can be defined and used to manipulate the DOM and handle user interactions.
This document provides an introduction to JavaScript, including:
- JavaScript is a scripting language used primarily for client-side web development. It implements the ECMAScript standard.
- JavaScript can be used to create interactive user interfaces, dynamically manipulate web content, validate forms, and more.
- JavaScript code runs in the browser via JavaScript engines like V8, SpiderMonkey, and JavaScriptCore. It is interpreted at runtime rather than compiled.
JavaScript is the most popular scripting language used on web pages. It can be used to add interactivity and dynamic content to HTML pages. JavaScript code can be embedded directly in HTML pages or stored externally in .js files. JavaScript code can be placed in the <head> or <body> sections of an HTML page. Common JavaScript statements include conditional statements like if/else, loops like for and while loops, and functions. JavaScript also provides popup boxes like alert, confirm, and prompt to interact with users.
JavaScript is a scripting language that adds interactivity to HTML pages. It can be used to dynamically write text, react to events, read and write HTML elements, validate data, detect the visitor's browser, and create cookies. JavaScript code can be placed in the head or body sections of an HTML page and is usually embedded directly into HTML pages. External JavaScript files can also be used to run the same code on multiple pages.
This document provides an overview of JavaScript including:
- JavaScript is a lightweight, interpreted programming language designed for creating network-centric applications. It is complementary to and integrated with HTML.
- JavaScript code is placed within <script> tags in an HTML document and can be placed in the <head> or <body> sections.
- JavaScript is case sensitive, ignores whitespace, and semicolons are optional. It supports various data types, variables, operators, control structures like if/else statements, loops and functions.
- Functions are defined using the function keyword and parameters can be passed to functions. Exceptions can be handled using try/catch blocks.
- Common JavaScript statements include if/else, switch, while,
How to Create a Rainbow Man Effect in Odoo 18Celine George
In Odoo 18, the Rainbow Man animation adds a playful and motivating touch to task completion. This cheerful effect appears after specific user actions, like marking a CRM opportunity as won. It’s designed to enhance user experience by making routine tasks more engaging.
How to Manage Upselling of Subscriptions in Odoo 18Celine George
Subscriptions in Odoo 18 are designed to auto-renew indefinitely, ensuring continuous service for customers. However, businesses often need flexibility to adjust pricing or quantities based on evolving customer needs.
How to Create an Event in Odoo 18 - Odoo 18 SlidesCeline George
Creating an event in Odoo 18 is a straightforward process that allows you to manage various aspects of your event efficiently.
Odoo 18 Events Module is a powerful tool for organizing and managing events of all sizes, from conferences and workshops to webinars and meetups.
Exploring Ocean Floor Features for Middle SchoolMarie
This 16 slide science reader is all about ocean floor features. It was made to use with middle school students.
You can download the PDF at thehomeschooldaily.com
Thanks! Marie
How to Manage & Create a New Department in Odoo 18 EmployeeCeline George
In Odoo 18's Employee module, organizing your workforce into departments enhances management and reporting efficiency. Departments are a crucial organizational unit within the Employee module.
How to Create Quotation Templates Sequence in Odoo 18 SalesCeline George
In this slide, we’ll discuss on how to create quotation templates sequence in Odoo 18 Sales. Odoo 18 Sales offers a variety of quotation templates that can be used to create different types of sales documents.
Adam Grant: Transforming Work Culture Through Organizational PsychologyPrachi Shah
This presentation explores the groundbreaking work of Adam Grant, renowned organizational psychologist and bestselling author. It highlights his key theories on giving, motivation, leadership, and workplace dynamics that have revolutionized how organizations think about productivity, collaboration, and employee well-being. Ideal for students, HR professionals, and leadership enthusiasts, this deck includes insights from his major works like Give and Take, Originals, and Think Again, along with interactive elements for enhanced engagement.
THERAPEUTIC COMMUNICATION included definition, characteristics, nurse patient...parmarjuli1412
The document provides an overview of therapeutic communication, emphasizing its importance in nursing to address patient needs and establish effective relationships. THERAPEUTIC COMMUNICATION included some topics like introduction of COMMUNICATION, definition, types, process of communication, definition therapeutic communication, goal, techniques of therapeutic communication, non-therapeutic communication, few ways to improved therapeutic communication, characteristics of therapeutic communication, barrier of THERAPEUTIC RELATIONSHIP, introduction of interpersonal relationship, types of IPR, elements/ dynamics of IPR, introduction of therapeutic nurse patient relationship, definition, purpose, elements/characteristics , and phases of therapeutic communication, definition of Johari window, uses, what actually model represent and its areas, THERAPEUTIC IMPASSES and its management in 5th semester Bsc. nursing and 2nd GNM students
RE-LIVE THE EUPHORIA!!!!
The Quiz club of PSGCAS brings to you a fun-filled breezy general quiz set from numismatics to sports to pop culture.
Re-live the Euphoria!!!
QM: Eiraiezhil R K,
BA Economics (2022-25),
The Quiz club of PSGCAS
Ray Dalio How Countries go Broke the Big CycleDadang Solihin
A complete and practical understanding of the Big Debt Cycle. A much more practical understanding of how supply and demand really work compared to the conventional economic thinking. A complete and practical understanding of the Overall Big Cycle, which is driven by the Big Debt Cycle and the other major cycles, including the big political cycle within countries that changes political orders and the big geopolitical cycle that changes world orders.
Strengthened Senior High School - Landas Tool Kit.pptxSteffMusniQuiballo
Landas Tool Kit is a very helpful guide in guiding the Senior High School students on their SHS academic journey. It will pave the way on what curriculum exits will they choose and fit in.
Unit- 4 Biostatistics & Research Methodology.pdfKRUTIKA CHANNE
Blocking and confounding (when a third variable, or confounder, influences both the exposure and the outcome) system for Two-level factorials (a type of experimental design where each factor (independent variable) is investigated at only two levels, typically denoted as "high" and "low" or "+1" and "-1")
Regression modeling (statistical model that estimates the relationship between one dependent variable and one or more independent variables using a line): Hypothesis testing in Simple and Multiple regression models
Introduction to Practical components of Industrial and Clinical Trials Problems: Statistical Analysis Using Excel, SPSS, MINITAB®️, DESIGN OF EXPERIMENTS, R - Online Statistical Software to Industrial and Clinical trial approach
2. Overview of Java Script
• JavaScript (js) is a light-weight object-oriented programming
language which is used by several websites for scripting the
webpages.
• It is an interpreted, full-fledged programming language that
enables dynamic interactivity on websites when applied to an
HTML document.
• It was introduced in the year 1995 for adding programs to the
webpages in the Netscape Navigator browser.
• Since then, it has been adopted by all other graphical web
browsers. With JavaScript, users can build modern web
applications to interact directly without reloading the page
every time.
• The traditional website uses js to provide several forms of
interactivity and simplicity.
3. Continued...
• Although, JavaScript has no connectivity with Java
programming language.
• The name was suggested and provided in the times
when Java was gaining popularity in the market.
• In addition to web browsers, databases such as
CouchDB and MongoDB uses JavaScript as their
scripting and query language.
4. JavaScript Example
•Javascript example is easy to code.
•JavaScript provides 3 places to put the
JavaScript code:
1. Between the body tag of html
2. Between the head tag of html
3. In .js file (external javaScript)
5. Let’s create first JavaScript example
<script type="text/javascript">
document.write("JavaScript is a simple
language for javatpoint learners");
</script>
• The script tag specifies that we are using
JavaScript.
• The text/javascript is the content type that
provides information to the browser about the
data.
• The document.write() function is used to display
dynamic content through JavaScript.
6. 1)Example : code between the body tag
• In the above example, we have displayed the
dynamic content using JavaScript.
• Let’s see the simple example of JavaScript that
displays alert dialog box.
<script type="text/javascript">
alert("Hello Javatpoint");
</script>
8. 2) Example : code between the
head tag
• Let’s see the same example of displaying alert dialog
box of JavaScript that is contained inside the head tag.
• In this example, we are creating a function msg().
• To create function in JavaScript, you need to write
function with function_name as given below.
• To call function, you need to work on event. Here we
are using onclick event to call msg() function.
10. External JavaScript file
• We can create external JavaScript file and embed it in
many html page.
• It provides code re usability because single JavaScript file
can be used in several html pages.
• An external JavaScript file must be saved by .js extension.
• It is recommended to embed all JavaScript files into a
single file. It increases the speed of the webpage.
• Let's create an external JavaScript file that prints Hello
Javatpoint in a alert dialog box.
14. Javascript Data Types
• JavaScript provides different data types to hold
different types of values.
• There are two types of data types in JavaScript.
1. Primitive data type
2. Non-primitive (reference) data type
15. Continued...
• JavaScript is a dynamic type language, means you don't
need to specify type of the variable because it is
dynamically used by JavaScript engine.
• You need to use var here to specify the data type.
• It can hold any type of values such as numbers, strings
etc.
• For example:
var a=40;//holding number
var b="Nakul";//holding string
16. JavaScript primitive data types
• String : represents sequence of characters
e.g. "hello"
• Number : represents numeric values
e.g. 100
• Boolean : represents boolean value either false
or true
• Undefined : represents undefined value
• Null : represents null i.e. no value at all
17. JavaScript non-primitive data
types
• The non-primitive data types are as follows:
• Object: represents instance through which
we can access members
• Array : represents group of similar values
• RegExp : represents regular expression
18. JavaScript Operators
• JavaScript operators are symbols that are used to
perform operations on operands.
• For example: var sum=10+20;
• Here, + is the arithmetic operator and = is the
assignment operator.
• Types of operators in JavaScript.
1. Arithmetic Operators
2. Comparison (Relational) Operators
3. Bitwise Operators
4. Logical Operators
5. Assignment Operators
6. Special Operators
19. JavaScript Expressions
• JavaScript’s expression is a valid set of literals, variables,
operators, and expressions that evaluate a single value that
is an expression.
• This single value can be a number, a string, or a logical value
depending on the expression.
20. JavaScript Primary Expressions
Expressions Description
this keyword That defines the current line of code’s execution context
Async/Await Function Checks that we are not breaking the execution thread.
Object initializer
They have properties and methods attached to them and properties are in the
form of key-value pairs.
Grouping operator The Grouping operator consists of a pair of parentheses around an expression.
async function The async function is declared using the async keyword.
Regular Expressions The search pattern can be used for text search and text to replace operations.
function* Expression Define a generator function inside an expression
Function Expression Define a function inside an expression
class Expression The class name is used internally, but not outside of the class.