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

First attempt #10

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

Conversation

alexandersorokin
Copy link

1, 2. Модели придуманы, реализованы в scheme.js
3. Тестовая база создается в файле testDbGenerator.js
4. Сущность имеется в файле logic.js
5. Тесты в файле main.js

А где следующее задание?

this.cinemaSchedules = cinemaSchedules;
}

CinemasForMovie.prototype = filter;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Крутые ребята делают так:

var CinemasForMovieFns = CinemasForMovie.prototype;

CinemasForMovieFns.someMethod1 = ...

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это делается чтобы оптимизации несломать во всяких хромах

@mangin
Copy link
Owner

mangin commented Apr 19, 2015

у меня были проблемы на работе ,поэтому время появилось только сейчас.

@alexandersorokin
Copy link
Author

Все исправлено.

Но теперь появилась проблема, что jslint не нравятся this и for. Раньше такого не было.

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