Strict Mode in JavaScript

Strict Mode in JavaScript

kudvenkat

9 лет назад

36,768 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Paresh B. Patel
Paresh B. Patel - 17.11.2021 13:58

Excellent Tutorial on the benefits of enabling strict mode in JavaScript. Thanks, Venkat

{2021-11-17}

Ответить
Oleksandr Monko
Oleksandr Monko - 03.01.2021 21:55

thanks to author!
does anybody know, why we do not write function Employee in a such way (without _name):
var Employee = function (name)
{
//var _name = name;

Object.defineProperty(this, "name", {
get: function ()
{
//return _name;
return name;
}
});
}
is there a special sense in _name?

Ответить
Sai Mahesh R
Sai Mahesh R - 22.05.2019 15:21

Very Good Tutorial. Thanks Sir

Ответить
Praveen Mishra
Praveen Mishra - 24.09.2018 12:38

Thanks awesome work :)

Ответить
Ksienrzyc
Ksienrzyc - 10.12.2016 05:37

fuck c#, another piece of shit

Ответить
Chetan pl
Chetan pl - 16.10.2016 12:14

please tell me

Ответить
Chetan pl
Chetan pl - 16.10.2016 12:14

please tell me

Ответить
Chetan pl
Chetan pl - 16.10.2016 12:14

great sir ..please tell me this is the part of OOJS..

Ответить
Bharath Sn
Bharath Sn - 02.02.2016 16:00

Nice tutorials :)

Ответить
David Sofo
David Sofo - 20.11.2015 21:16

Thanks!!!

Ответить
punjala viswanatham
punjala viswanatham - 17.03.2015 21:50

Thanks awesome tutorial....

Ответить