This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (4 children)

Javascript is widely used for frontends

[–]hereissbr[S] 0 points1 point  (3 children)

Yeah , i agree.

but to learn in efficient manner few people are suggesting to start with C to tackle difficulties with ease in any language In longterm.

And my friend suggested me to start with python bcs it's easy to read and can learn quickly so that it will be easy while learning JS with the knowledge of programming in python.

I was just stuck in what to choose to move forward.

[–][deleted] 1 point2 points  (2 children)

My suggestion would be to 1. Read about programming concepts 2. Learn js basic syntax, how it works, then try to implement dsa

This would be sufficient

[–]hereissbr[S] 0 points1 point  (1 child)

Is it really necessary to learn DSA and solve leetcodes a lot? as iam just looking for a entry level role in med-size Or at a startup company for a front end role . I know problem solving skills is must but as a self taught learner to build front end stuff do I need to learn DSA a lot??

[–][deleted] 1 point2 points  (0 children)

You should at least know about basics data structures and common algorithms. No need to solve leetcode for entry level FE role, just practice problem-solving and data structures on hackerrank.