Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Follow this article to find out :)
https://medium.com/better-programming/javascript-bang-bang-i-shot-you-down-use-of-double-bangs-in-javascript-7c9d94446054
I don't understood too!
Change
rank up
tofundamentals
or just use the kata list insteadMan u r Genius:)
It's pretty easy both with and without regexps.
Interesting :)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I second FreeCodeCamp. I did Harvard's online CS50 course first, then FCC; both within 2-3 months. Lots of valuable fundamentals and insights.
Kenny, I suggest you learn at the 'FreeCodeCamp' and do all of their exercises. They have kind people on their forum that are very helpful. At school we were taught a trick to solve these harder problems, called the 'Top Down Design.' It helps me very much. You should Google it. Keep applying yourself and fortune will shine on you. -JB
I actually am currently going to a bootcamp. What I can tell you right now is that the best way to learn how to code is to code. The thing about coding/programming is that it's this weird mix of a trade and an art. The only(or at least best) way to learn/get better is practice.
I had the same problem at first. And you motivation gets really low because of it.
This is what I did:
At some sites you can just see the solution for a challenge. Whenever I couldn't pass one I would look at the solution to learn to understand. And that really helped me. Look functions up that are used in that solution, so in the futher you know what to use.
What I did for this site, I look at the problem. And then figured out what I was suppose to do, like get the first char of an string. And then replace it. If I didn't know how to do this I would search it online 'replace first char of string php'.
Look up different solutions, and use what you think is best. After you submitted your code, look at the solution other members used on that kata. Try to understand what they did with their code, and if you don't understand just ask them. I'm sure they wouldn't mind.
I used this and still do to learn, and it helps! It's okay as long as you understand what you're writing and know how to use it in different situations or when to use it. Just never copy and paste..