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

added home work, fixed bugs in Batman.js #3

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

Conversation

wowa3520
Copy link

@wowa3520 wowa3520 commented Mar 9, 2015

No description provided.

@mangin
Copy link
Owner

mangin commented Mar 9, 2015

Когда вы скармливаете ваш код на codeingame, то его вставляют в другой код, а затем запускают. Чтобы на вас не ругался jslint нужно в каждом файле объявлять, какие глобальные переменные вы используете.

Как это сделать описано здесь http://www.jslint.com/lint.html

@mangin
Copy link
Owner

mangin commented Mar 9, 2015

Исправьте это замечание и запушьте еще разок.

@@ -0,0 +1,65 @@
var readline, print;
Copy link
Owner

Choose a reason for hiding this comment

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

Оберните ваш код в (function () {/ваш код/} ()).
И js-lint станет более полезным.

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