Skip to content

Conversation

@ivan-tymoshenko
Copy link
Member

Close#3.


console.log('Kiev' in cities); // returns false

console.log('length' in cities); // returns true (length is an Array property)
Copy link
Member

Choose a reason for hiding this comment

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

Trailing spaces

Copy link
Member

@tshemsedinovtshemsedinov left a comment

Choose a reason for hiding this comment

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

Use eslint before commit

Sign up for freeto 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.

Relational operators

2 participants

@ivan-tymoshenko@tshemsedinov