FindSlide.org - это сайт презентаций, докладов, шаблонов в формате PowerPoint.
Email: Нажмите что бы посмотреть
[1]
[2]
[3]
[1]
[2]
[3]
A process in which a variable is set to its first value is called initialization.
[1]
[2]
[3]
Or quickly
var variable = 10;
[1]
[2]
[3]
[1]
[2]
var s = “text”; or var s = String(“text”);
//string values for example: “”, “text”, ‘text’
var b = true; or var b = Boolean(true);
//bollean values: true and false
[1]
[2]
[3]
And Object type… but it will be reviewed in future :)
[1]
Exist two types of casting:
Implicit
Explicit
But both ways given c =11 as a result!
[2]
[1]
[3]
[1]
[2]
[3]
[4]
[1]
[2]
y = f(x)
Function is a named part of a code that performs a distinct service.
[1]
[2]
[3]
[4]
[5]
[1]
[2]
[1]
[2]
[3]
[2]
[3]
[3]
1.
1.
2.
3.
1.
2.
3.
4.
5.
6.
1.
2.
3.
4.
5.
6.
5.1
5.2
[2]
[1]
[2]
[3]
[4]