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

Шарафиева Юлия #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RubyRaven0812
Copy link

No description provided.

var q =60;
var s =2;
var point = { x: 450, y: 450, a: 0 };
var ls = new LSystem("[F]+[F]+[F]+[F]+[F]+[F]", "F F[+FF][-FF]FF[+F][-F]FF");
Copy link

Choose a reason for hiding this comment

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

Если бы ты использовала let, то переменную ls надо было объявить вне if/else. Это верно, потому что результат используется после. var в JS позволяет тебе написать так, как ты написала, но это плохая часть языка. В 2018 году не надо использовать var в JS.

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