JavaScript resources
Hi, I'm sharing several interesting JavaScript resources: 33 JavaScript Concepts ---------------------- https://github.com/leonardomso/33-js-concepts A huge list of links to documentation, articles. blog posts, presentations and videos grouped around 33 basic concepts like data types, promises... Awesome JavaScript ------------------ https://github.com/sorrycc/awesome-javascript A list of JS libraries. Although we use React and PatternFly which provide a lot of functionality in some cases you might need something more. This list includes commonly used libraries or tools with good quality. WTFJS ----- (You can probably easily guess what does that mean... ;-)) https://github.com/denysdovhan/wtfjs A list of funny and tricky JavaScript examples. If you see some strange behavior or you are interested in some real corner cases check this list. BTW did you know that type of NaN (Not a Number) is....... number? :-) Airbnb Style Guide ------------------ https://github.com/airbnb/javascript We use eslint for checking the code, it has a good documentation for the defined rules (https://eslint.org/docs/latest/rules), this is an alternative documentation. The eslint documentation contains good and bad examples with some description, but in some cases the Airbnb WHY section better describes why some style should be preferred. So if you are unsure about some eslint rule check this alternative documentation. Enjoy! Ladislav -- Ladislav Slezák YaST Developer SUSE LINUX, s.r.o. Corso IIa Křižíkova 148/34 18600 Praha 8
participants (1)
-
Ladislav Slezák