Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.
Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.
Freelance Developer at Self
Delhi, IN
Joined Jul 2019
Writer, Learner, Developer
Stats
Reputation: | 402 |
Pageviews: | 249.2K |
Articles: | 3 |
Comments: | 6 |
Comments
Sep 04, 2019 · Ashutosh Singh
Yeah, I checked it right now, Thanks for pointing out the error, I forgot the double quotes it should be
function hello(name) { if ( typeof name=== 'string') console.log("Hello " + name) else console.log("Please input a Name"+" "+typeof(name)) }
hello("Ashutosh")
Aug 02, 2019 · Ashutosh Singh
Just because I don't use it doesn't mean I don't know it.
It was my choice not to put it in my article
Aug 02, 2019 · Ashutosh Singh
I didn't know that, so very thankful to you......
Aug 02, 2019 · Ashutosh Singh
Oo thanks..
Jul 24, 2019 · Finlead Logiticks
Yeah , I also noticed that
Jul 24, 2019 · Ashutosh Singh
ooo thanks,I will edit it right away, thanks for pointing out