-
Notifications
You must be signed in to change notification settings - Fork 0
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
83 the final attack on dog page #88
base: dev
Are you sure you want to change the base?
Conversation
const isDate = str => { | ||
try { | ||
const ISOString = str.toISOString(); | ||
console.log('hellooooo'); |
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.
Unexpected console statement.
try { | ||
const ISOString = str.toISOString(); | ||
console.log('hellooooo'); | ||
console.log(str(ISOString)); |
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.
Unexpected console statement.
const ISOString = str.toISOString(); | ||
console.log('hellooooo'); | ||
console.log(str(ISOString)); | ||
//!/\d{4}-\d{2}-\d{2}/.test(ISOString) |
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.
🚫 [eslint] <spaced-comment> reported by reviewdog 🐶
Expected exception block, space or tab after '//!' in comment.
//!/\d{4}-\d{2}-\d{2}/.test(ISOString) | |
//! /\d{4}-\d{2}-\d{2}/.test(ISOString) |
added yup validation but ran into errors