Copyright © 2017, edureka and/or its affiliates. All rights reserved.
INTRODUCTION TO JAVASCRIPT
FUNDAMENTALS OF JAVASCRIPT
JAVASCRIPT FUNCTIONS
PREDEFINED FUNCTIONS
DIFFERENT WAYS TO DEFINE FUNCTION
www.edureka.co
www.edureka.co
JavaScript is arguably one of the most important languages today. The rise of the web has taken
JavaScript places it was never conceived to be.
www.edureka.co
INTRODUCTION TO JAVASCRIPT
www.edureka.co
JavaScript is a high level, interpreted,
programming language used to make web
pages more interactive. It let’s you implement
complex and beautiful things/design on web
pages.
www.edureka.co
www.edureka.co
FUNDAMENTALS
OF
JAVASCRIPT
www.edureka.co
Variables01
Constants02
Data Types03
Objects04
Arrays05
Functions06
Conditional Statements07
Loops08
Switch Case09
FUNDAMENTALS
OF
JAVASCRIPT
www.edureka.co
Variables01
Constants02
Data Types03
Objects04
Arrays05
Functions06
Conditional Statements07
Loops08
Switch Case09
www.edureka.co
www.edureka.co
PREDEFINED FUNCTIONS
www.edureka.co
Eval
ParseInt
ParseFloat
Escape
Unescape
Evaluates a string and returns a value
Parses a string argument and returns an integer of the specified radix or base
Parses a string argument and returns a floating point number
Returns the hexadecimal encoding of an argument
Returns the ASCII string for the specified value.
Copyright © 2019, edureka and/or its affiliates. All rights reserved.
www.edureka.co

JavaScript Functions | JavaScript Tutorial for Beginners | Edureka