[ Aleksandar Ružičić @ 11.03.2011. 15:43 ] @
Eloquent JavaScript - A Modern Introduction to Programming, by Marijn Haverbeke

JavaScript Guide on MDN

JavaScript Garden
Citat:

JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes, subtle bugs, as well as performance issues and bad practices that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.

Learning Advanced JavaScript, by John Resig


[Ovu poruku je menjao Aleksandar Ružičić dana 31.03.2011. u 15:08 GMT+1]
[ Aleksandar Ružičić @ 19.04.2011. 14:36 ] @
Ukoliko se odlucite da se oprobate u node.js-u, topla preporuka je da procitate ovaj tekst:

The Node Beginner Book by Manuel Kiessling

Citat:

About

The aim of this document is to get you started with developing applications for node.js, teaching you everything you need to know about "advanced" JavaScript along the way. It goes way beyond your typical "Hello World" tutorial.
[ misk0 @ 19.04.2011. 22:55 ] @
Korisno stivo sa masu primjera jQuery Fundamentals.


[edit: popravljeni [url][/url] tagovi]

[Ovu poruku je menjao Aleksandar Ružičić dana 20.04.2011. u 17:28 GMT+1]
[ alfa-pro @ 03.08.2013. 13:18 ] @
Jako, jako koristan tutorial. Opisani problemi, mogucnosti, brdo primera, iporedjivanja sa Microsoft i Netscape i fenomenalno objasnjeni DOM Event-i.

http://www.quirksmode.org/js/contents.html


Brzi pregled : http://www.quirksmode.org/js/events_properties.html
[ slnet @ 03.04.2014. 09:23 ] @
Ako ste vec malo zagazili(znate osnove) u JavaScript i jQuery ovaj kurs je odlican: https://tutsplus.com/course/30-days-to-learn-jquery/

Kad upoznate ovog lika (Jeffrey Way) svi ostali tutoriali ce vam biti smesni.

Takodje ima i ovaj njegov tutorial http://code.tutsplus.com/tutor...om-null-video-series--net-8066

Lik je legenda mnogo dobro predaje i sigurno ce vam pomoci da bolje skapirate ovaj jezik.
[ mordoss @ 11.12.2015. 03:34 ] @
Will Stern, https://www.youtube.com/user/learncodeacademy , odlican uvod u JS i dosto toga o Jquery-u, node-u, modular.js, angularu...
[ mordoss @ 11.12.2015. 17:13 ] @
Svakako nesto sto morate procitati, ako zelite da ostanete u korak sa JS. Ovim se Osmani dokazije kao lider u modular oblasti: http://addyosmani.com/resource...designpatterns/book/index.html
[ plus_minus @ 07.08.2018. 15:00 ] @
`The Internet`, Javascript reality reference:

[ mjanjic @ 07.08.2018. 16:20 ] @
Gde sam JS nije dovoljno dobar, tu je WebAssembly.
[ plus_minus @ 07.12.2019. 21:48 ] @
Javaskripta ne može kažu da piše multi-line stringove. Mora ili "ovo je " + "neki texty" ili pak sa \ (escape) karakterom da se piše nešto dugačko u više linija. To nije tačno.

Backtick ili ` karakter.


Code:

var loremIpsum = `
  Sed gravida feugiat mattis. 
  Nam posuere eros justo, et ornare libero accumsan in. 
  Praesent at metus neque. Vivamus at purus est. Ut commodo, lectus ut fermentum blandit, nulla enim lacinia magna, a sodales odio orci nec nunc. 
  Mauris dignissim, erat in tristique viverra, dolor eros aliquam turpis, et posuere leo ante sed neque. 
  Nam vitae velit risus. Maecenas vestibulum euismod dui, et rutrum neque cursus ut. 
  Sed volutpat pharetra tortor, dapibus facilisis neque efficitur non. 
  Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; 
  Sed egestas enim sed tincidunt viverra. 
`;

console.info(loremIpsum);
[ mjanjic @ 08.12.2019. 18:37 ] @
Očive temu stariju od godinu dana... al', kad je već tu, u pitanju su "template literals", odnosno "template strings": https://developer.mozilla.org/...pt/Reference/Template_literals