Is 2025 the year of API-first development and democratization? Take our annual survey and tell us how you implement APIs across your org.
Explore common security challenges that data engineering teams face. Leverage that to build secure data pipelines with Apache Airflow.
Freelance Developer at Self
Delhi, IN
Joined Jul 2019
Writer, Learner, Developer
Stats
Reputation: | 402 |
Pageviews: | 249.1K |
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