Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Manchester-NW5-Milad Ebrahimpour-Javascript-week3 - #141

Open
Miladepour wants to merge 3 commits into
CodeYourFuture:mainfrom
Miladepour:main
Open

Manchester-NW5-Milad Ebrahimpour-Javascript-week3#141
Miladepour wants to merge 3 commits into
CodeYourFuture:mainfrom
Miladepour:main

Conversation

@Miladepour

Copy link
Copy Markdown

No description provided.

const numbersInTitle = title.match(/[1-9]/g)
return numbersInTitle != null ? true : false
})
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice use of the ES6 higher functions and arrow function as well as using RegEx .
Will done , Milad!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants