How to improve creativity for programming JavaScript [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 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.

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 can i learn jslibs quickly? Reactjs,AngularJS, node, es6, babel [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 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.

Wanted to know whether I can start learning Angularjs without knowing advance 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 am a beginner in JavaScript. I know the basics though but not an expert in JavaScript. I just wanted to know whether I can start learning Angularjs without knowing advance JavaScript? And what are the best resources where I can start learning advance JavaScript?
The best course I know for learning Angular JS is udemy.com/learn-angularjs. I took the whole 6.5 hours course and I'm utterly satisfied of it. However, after following this course, I was sure of two things : 1. AngularJS is terrific; 2. it's not for JS beginners. You have to understand a lot of things in JS, starting with objects and scope, and have a decent experience with it before diving into Angular. But that's just my opinion.

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