How can i learn jslibs quickly? Reactjs,AngularJS, node, es6, babel [closed] - javascript

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I like to explore new things, I create my own page with MEAN, I also try to learn ES6 and react to create new web at the same time. But sometimes i feel so confuse about those things, all things messed up together. So lots of api i need to learn to remeber. Do anybody have a good idea to tell me how to handle all those things clear?

You should google your question,not post here. There are lots of blog posted about your topic.For learning new things, you need follow some examples to learn. And try to talk with somebody else, learn from somebody. Watch videos about your interesting topic. There are also some conf video in youtube, you can check it out.

Related

best Way to learn javascript is through a book or Paid course (i already have some basics knowledge about Programming)? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
best Way to learn javascript is through a book or Paid course (i already have some basics knowledge about Programming) ?
There are some Udemy Courses. You can learn from them.. There is a 7/8 hours crash course of JavaScript in youtube which is made by CleverProgrammer (https://youtu.be/Qqx_wzMmFeA). And also see some basics of JS from Mosh. You can find them in youtube. And yes,You may follow a course book.But to me, it's better to learn from websites(W3School.com) and tutotrial(Youtube)

How to improve creativity for programming JavaScript [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I have learned front end development programming languages.
But I don't know how to create my own code because of lack of creativity...
Can you suggest how to solve this problem?
When I first started with development in front end I was just like you. But I can give you some advices that worked for me for the last 3 years.
Reading blog of famous developer is a really good way. You can find here https://blog.digitalocean.com/20-developers-to-follow-in-2014/
Reading other code and demo, https://codepen.io/ this is one of my favorites.
Learn how to solved problem by design pattern. This is my favorite way to improve my coding skill. https://scotch.io/bar-talk/4-javascript-design-patterns-you-should-know . You can google for more results.
Take some courses about frontend development on https://www.udemy.com/ . When you watch someone coding, you will learn the way they thinking, the way the solved problem, the way they code, ....
Hope you have a good start.

How to start with javascript code obfuscation? Not looking for tools [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I would love to learn how to do javascript obfuscation. I have been searching through the web but I have not found anything to start with. Only posts about tools and more tools...
Is there any book?
What techinques are there?
Can someone show me some link to understand javascript obfuscation?
There are several ways to do it?
Is this explained in the javascript or ecmascript documentation?
I'm not looking for any tool. I only want to understand it and learn it.
The most comprehensive obfuscation method is converting all JavaScript code to non-alphanumeric characters. This blog post covers how it works and links to a converter tool in case you change your mind.

What to learn after JavaScript? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I've recently finished watching some beginner JavaScript tutorials; it's quite easy to understand. I'm trying to look for intermediate ones now, but I can't find any. So I've decided to not waste time while looking for some continuation on my JavaScript journey. What should I learn next? I prefer that which is important, and perhaps, closely related to JavaScript.
It depends on what your goal is, and what you have already learned.
If you want to become a web developer, you should learn some server-side web languages like PHP or ASP.NET.
If you want to become a general developer, it would be useful to know systems languages like Java or C++.
If you want to be a computer scientist, studying algorithms might be a good start.

Javascript- Good practice for beginners? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
How should a beginner JavaScript programmer practice knowing they cannot code any program due to limited knowledge.
Is there any place where I can find some exercises to practice as I keep forgetting because I never practice what I learned..
There are many place to learn, one that I found very useful was codecademy which has set tutorials. I find I learn best when I have an objective that I am working towards, which codecademy provides.
Perhaps you could take a look here and find a few projects that sound interesting? The only way to get better is to practice.

Categories

Resources