-
Notifications
You must be signed in to change notification settings - Fork 188
JS Tasks #2
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
JS Tasks #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 task is ok
throw new Error('Not implemented'); | ||
return typeof(value) === "string" ? true : (value instanceof String); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redundant condition ? :
} | ||
return returnStr; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fine, but can be more simple
+ task 3 * eddited task 1 isString
+ 5 (2 of 5)
* 8 task (3 of 4)
done |
No description provided.