arrow_upward
Places to learn advanced language features
#1
Where do you go to learn about advanced language features? I.e for javascript I can't find any good sources on learning about prototypes and base language features. MDN which is usually comprehensive doesn't cover this well



#2
Youtube is a good basic source.



#3
If you dont find anything on youtube then you have to do it the old fashioned way - books.




___________


Bruh.






#4
stackoverflow is great for short snippets of code whereas github is great for actual projects using the frameworks/features you want. With these 2 you shouldn't really need much else.



[+] 1 user Likes d0zza's post
#5
Seconding what d0zza says.

It is also useful to look at similar projects people have made or the documentation of certain functions.