I remember when Javascript finally clicked for me way back in 2017.
It was magical.
I could build apps with weird functionality without too much...
For further actions, you may consider blocking this person and/or reporting abuse
What lead you to stray from JS inbetween?
The million-dollar question!
There is no Javascript in email development (my day job) so dabbling with that was strictly an evenings/weekend thing. Looking back at 2018, I spoke at 3 conferences which took up a lot of my spare time. And I bought a house, moved, enrolled/completed a nanodegree (which did have some complex Javascript at its core, but I was mostly playing catch up) and started looking into new roles. In 2019, more of the same, but by Spring things started to calm down.
It wasn't that I didn't want to do more with Javascript, I was just had other priorities.
Optional chaining.. You love it?
I had not heard of optional chaining, but I like the idea of it. I'll have test it out.
What was the one feature in JS that helped you out the most while solving a given problem or issue?
It's not ideal but I still use a lot of
console.logs()
to quickly test my outputs or to see if my functions are firing. Usingtypeof
has also been helpful.Everyone I know, uses this. I have at least one console log in every function.
I got a question I’m in love with C# and I’m considering on stop learning it until I learn JavaScript ,My question is should I learn first c# or JavaScript ?
Wrong question.
Learn what you need and what you want to.
If you want to learn Javascript, do it.
No language is generally better than another. It always depends on what you want to achieve...
Thanks for your answer & yes definitely I’m going to start doing that focusing on what I need to achieve ..
Awesome! What's your new javascript thing to do now that you didn't do before?
I hadn't used fetch much before now, so I am looking forward to using it and experimenting with APIs.
What is your favorite new feature that you discovered.
It's really new but the move to
let
andconst
overvar
is great. Everything feels so much cleaner and easier to troubleshoot.Const is great! Array.map is my favorite. I never write for loops in is anymore.
Why don't use typescript instead?
I'm not familiar with typescript.
What did you pick up from Ruby that impacted your JavaScript development style?
Learning the fundamentals behind OOP has been game changing. I feel like I get stuck less or if I do, I know what to try to work toward a solution. 💪
Why does JavaScript hate me? All I did was call it all sorts of bad names...
Is JavaScript Object Oriented Language ?
Not from day one. But it's possible by now.
I see you’re an Email developer, what does that entail? And how do you use Javascript for that?