- 0
Метод call и this
-
Similar Content
-
By Antoshka007
Всем привет!
Чем отличаются две следующие строки?
obj.toString();Object.prototype.toString.call(obj);В первом случае контекст - это obj, во втором тоже. Или я что-то неправильно понимаю?
Спасибо!
-
Question
DivMan
Почему через точку не работает?
А вот так работает
function showFullName(firstPart, lastPart) {
Edited by DivManalert( this[firstPart] + " " + this[lastPart] );
}
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.