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

Early developments for HW1 #5

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

Early developments for HW1 #5

wants to merge 4 commits into from

Conversation

gonlliuk
Copy link

Базовый функционал будущего приложения. Хотел сразу запилить веб страничку, но осознал, что пока мало об этом знаю, а делать фигню не хочется. Мы же будем затрагивать вопрос создания хотя бы простых страничек под код?

@mangin
Copy link
Owner

mangin commented Mar 17, 2015

Да, будет лекция про нативные дом и jquery подход. Думаю, что про БЭМ я говорить не буду, но кто знает

@@ -0,0 +1,101 @@
function CreateMovie(name, actors, about, options) {
'use strict';
this.options = options || {};
Copy link
Owner

Choose a reason for hiding this comment

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

опции лучше не хранить целиком в this, а доставать из него все что нужно

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