javascript with no coding background - just starting out.
I use codecademy, I bought a book called Eloquent Javascript and read through the first two chapters. I have been to W3 schools. Also I paid the membership for premium at lynda.com.
I guess my main question is. Where can I go online to find and easy starting course or tutorial free that really address the novice.
My problem is I have put a great deal of time into javascript. Some days I can be at for between 8 -12 hours learning javascript. Is it unusual to not be able to write a simple program like this on request after 2 weeks.
for(var line = "#";line.length < 8; line +="#")
console.log(line);
It's output is this:
#
##
###
####
#####
######
#######