Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Дз2 #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Дз2 #12

wants to merge 2 commits into from

Conversation

IrinaGr
Copy link

@IrinaGr IrinaGr commented Oct 28, 2012

Создала функцию Event.
Но
JSLint выдает ошибки:

  1. Unexpected 'typeof'. Use '===' to compare directly with undefined. в
    строчке 29. Но === не выполнит проверку на undefined
  2. Missing 'new'. в строчках 58 и 62. Не понимаю, что не так

Создала функцию Event.
Но
JSLint выдает ошибки:
1. Unexpected 'typeof'. Use '===' to compare directly with undefined. в
строчке 29. Но === не выполнит проверку на undefined
2. Missing 'new'. в строчках 58 и 62. Не понимаю, что не так
@azproduction
Copy link
Member

На это можно забить 1. Unexpected 'typeof'. Use '===' to compare directly with undefined.

@azproduction
Copy link
Member

В JavaScript принято именовать функции-конструкторы (те которые предполагается использовать как конструктор) с Большой буквы, а просто функции с маленькой, JSLint думает, что Datatype - это конструктор, который вызывается без new.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants