Skip to content

Commit

Permalink
[java,javascript] remove Learneroo (#5204)
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky authored Dec 3, 2024
1 parent 8b7089d commit cad341d
Show file tree
Hide file tree
Showing 34 changed files with 32 additions and 75 deletions.
4 changes: 0 additions & 4 deletions cs-cz/javascript.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,6 @@ pojednává o konceptech vysvětlených zde v mnohem větší hloubce. Tento ná
pokrývá hlavně JavaScript sám o sobě. Pokud se chcete naučit, jak se používá
na webových stránkách, začněte tím, že se podíváte na [DOM][3]

[Learn Javascript by Example and with Challenges][4]
je varianta tohoto návodu i s úkoly.

[JavaScript Garden][5] je sbírka příkladů těch nejnepředvídatelnějších částí
tohoto jazyka.

Expand All @@ -619,7 +616,6 @@ na stránkách Mozilla Developer Network.
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
[4]: http://www.learneroo.com/modules/64/nodes/350
[5]: https://shamansir.github.io/JavaScript-Garden/
[6]: http://www.amazon.com/gp/product/0596805527/
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
Expand Down
5 changes: 2 additions & 3 deletions de-de/java-de.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,9 @@ Für tiefergreifende Fragen ist Google der beste Startpunkt.

**Online Tutorials**

* [Learneroo.com - Learn Java](http://www.learneroo.com)

* [Codingbat.com](http://codingbat.com/java)

* [Codewars - Java Katas](https://www.codewars.com/?language=java)
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)

**Bücher**:

Expand Down
1 change: 0 additions & 1 deletion de-de/ruby-de.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ Something.new.qux #=> "qux"
_(z.T. auf Englisch)_

- [Offizielle Ruby Website](https://www.ruby-lang.org/de/)
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - Eine Variante dieses Dokuments mit in-Browser Challenges.
- [RubyMonk](https://rubymonk.com/) - Lerne Ruby mit einer Reihe interaktiver Tutorials.
- [Offizielle Dokumentation](http://ruby-doc.org/core)
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
Expand Down
5 changes: 3 additions & 2 deletions el-gr/java-gr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -841,10 +841,11 @@ public class EnumTest {

**Πρακτικές και Φροντιστήρια Online**

* [Learneroo.com - Μάθε Java](http://www.learneroo.com)

* [Codingbat.com](http://codingbat.com/java)

* [Codewars - Java Katas](https://www.codewars.com/?language=java)

* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)

**Βιβλία**:

Expand Down
3 changes: 0 additions & 3 deletions es-es/javascript-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,6 @@ cubre muchos de los conceptos que vimos aquí pero a mayor detalle. Esta guía c
el lenguaje JavaScript solo. Si quieres aprender a cómo usarlo en un ambiente web empieza aprendiendo
sobre el [DOM](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)

[Aprende JavaScript con ejemplos y retos](http://www.learneroo.com/modules/64/nodes/350) es una
variante de esta guía pero con retos.

[Jardín JavaScript](https://shamansir.github.io/JavaScript-Garden/) es una guía para todas las
funciones y características contra-intuitivas del lenguaje.

Expand Down
2 changes: 0 additions & 2 deletions es-es/ruby-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,6 @@ Algo.new.qux # => 'qux'
```

## Recursos adicionales
- [Aprende Ruby Mediante Ejemplo con Ejercicios](http://www.learneroo.com/modules/61/nodes/338) - Una variante de
esta referencia con ejercicios en navegador.
- [Documentación Oficial](http://www.ruby-doc.org/core-2.1.1/)
- [Ruby desde otros lenguajes](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
- [Programando Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - Una
Expand Down
1 change: 0 additions & 1 deletion fi-fi/ruby-fi.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ Something.new.qux # => 'qux'

## Lisämateriaalia englanniksi

- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - Selaimessa tehtäviä harjoituksia tämän dokumentin hengessä
- [An Interactive Tutorial for Ruby](https://rubymonk.com/)
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/) - Virallinen dokumentaatio
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
Expand Down
6 changes: 4 additions & 2 deletions fr-fr/java-fr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -923,10 +923,12 @@ n'hésitez pas à consulter Google pour trouver des exemples spécifiques.

**Pratiquer en ligne et tutoriels**

* [Learneroo.com - Learn Java](http://www.learneroo.com)

* [Codingbat.com](http://codingbat.com/java)

* [Codewars - Java Katas](https://www.codewars.com/?language=java)

* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)

**Livres** :

* [Head First Java](http://www.headfirstlabs.com/books/hfjava/)
Expand Down
2 changes: 0 additions & 2 deletions fr-fr/javascript-fr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,6 @@ plutôt ici :
[Document Object
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
[Learn Javascript by Example and with Challenges](http://www.learneroo.com/modules/64/nodes/350) quelques challenges.
[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) is an in-depth
un guide pour vous éviter les faux-amis dans le JavaScript.
Expand Down
1 change: 0 additions & 1 deletion hu-hu/ruby-hu.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ Valami.new.qux # => 'qux'

## Egyéb források

- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338)
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - A régebbi [ingyenes változat](http://ruby-doc.com/docs/ProgrammingRuby/) elérhető online.
Expand Down
5 changes: 3 additions & 2 deletions id-id/java-id.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -784,10 +784,11 @@ Tip, trik, dan contoh lainnya dapat melakukan pencarian melalui Google atau mesi

**Tutorial dan Praktik Online**

* [Learneroo.com - Learn Java](http://www.learneroo.com)

* [Codingbat.com](http://codingbat.com/java)

* [Codewars - Java Katas](https://www.codewars.com/?language=java)

* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)

**Buku**:

Expand Down
1 change: 0 additions & 1 deletion id-id/ruby-id.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ Sesuatu.new.qux # => 'qux'

## Sumber tambahan

- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - Varian dari referensi ini dengan tantangan dalam browser.
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Belajar Ruby melalui serangkaian tutorial interaktif.
- [Dokumentasi resmi](http://www.ruby-doc.org/core-2.1.1/)
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
Expand Down
7 changes: 4 additions & 3 deletions it-it/java-it.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -559,15 +559,16 @@ I link di seguito sono solo per capire l'argomento, cerca pure su Google degli e

**Tutorial Online [in inglese]**

* [Learneroo.com - Learn Java](http://www.learneroo.com)

* [Codingbat.com](http://codingbat.com/java)

* [Codewars - Java Katas](https://www.codewars.com/?language=java)

* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)

**Libri [in italiano]** :

* [Java la guida completa](http://www.amazon.it/Java-guida-completa-Herbert-Schildt/dp/8838667667/ref=sr_1_1?ie=UTF8&qid=1393422296&sr=8-1&keywords=java)

* [Thinking in java](http://www.amazon.it/Thinking-Java-1-Bruce-Eckel/dp/8871923030/ref=sr_1_8?ie=UTF8&qid=1393422296&sr=8-8&keywords=java)
* [Thinking in Java](http://www.amazon.it/Thinking-Java-1-Bruce-Eckel/dp/8871923030/ref=sr_1_8?ie=UTF8&qid=1393422296&sr=8-8&keywords=java)

* [Manuale di Java 7](http://www.amazon.com/gp/product/0071606300)
3 changes: 0 additions & 3 deletions it-it/javascript-it.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,6 @@ Il [Mozilla Developer Networ][1] fornisce una documentazione eccellente su come

MDN's [A re-introduction to JavaScript][2] copre molti dei concetti qui trattati in maggiore dettaglio. Questa guida ha deliberatamente coperto solamente il linguaggio JavaScript; se volete sapere di più su come usare JavaScript in una pagina web, iniziate leggendo il [Document Object Model][3].

[Learn Javascript by Example and with Challenges][4] è una variante di questo referenziario con integrate delle sfide.

[Javascript Garden][5] è una guida approfondita di tutte le parti controintuitive del linguaggio.

[JavaScript: The Definitive Guide][6] è una guida classica e referenziario.
Expand All @@ -608,7 +606,6 @@ In aggiunta ai contributori di questo articolo, alcuni contenuti sono adattati d
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
[4]: http://www.learneroo.com/modules/64/nodes/350
[5]: https://shamansir.github.io/JavaScript-Garden/
[6]: http://www.amazon.com/gp/product/0596805527/
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
Expand Down
1 change: 0 additions & 1 deletion it-it/ruby-it.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ Something.new.qux #=> 'qux'

## Ulteriori risorse

- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - Una variante di questa guida con esercizi nel browser.
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Imparare Ruby attraverso una serie di tutorial interattivi.
- [Official Documentation](http://ruby-doc.org/core)
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
Expand Down
1 change: 0 additions & 1 deletion java.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ The links provided here below are just to get an understanding of the topic, fee

### Online Practice and Tutorials

* [Learneroo.com - Learn Java](http://www.learneroo.com)
* [Codingbat.com](http://codingbat.com/java)
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
Expand Down
4 changes: 0 additions & 4 deletions javascript.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,6 @@ here in more detail. This guide has quite deliberately only covered the
JavaScript language itself; if you want to learn more about how to use
JavaScript in web pages, start by learning about the [Document Object Model][3].

[Learn Javascript by Example and with Challenges][4] is a variant of this
reference with built-in challenges.

[JavaScript Garden][5] is an in-depth guide of all the counter-intuitive parts
of the language.

Expand All @@ -667,7 +664,6 @@ Mozilla Developer Network.
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
[4]: http://www.learneroo.com/modules/64/nodes/350
[5]: https://shamansir.github.io/JavaScript-Garden/
[6]: http://www.amazon.com/gp/product/0596805527/
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
Expand Down
4 changes: 0 additions & 4 deletions ms-my/javascript-my.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,6 @@ aturcara JavaScript dengan agak mudah; jika anda mahu belajar lebih lanjut
tentang menggunakan JavaScript didalam laman web, mulakan dengan mempelajari
tentang [Document Object Model][3].

[Learn Javascript by Example and with Challenges][4] adalah variasi panduan ini
dengan cabaran yang tersedia pakai.

[JavaScript Garden][5] pula adalah panduan yang lebih terperinci mengenai
semua bahagian bahasa aturcara ini yang bertentangan dengan naluri atau
kebiasaan.
Expand All @@ -583,7 +580,6 @@ dan [JS Tutorial][7] di Mozilla Developer Network.
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
[4]: http://www.learneroo.com/modules/64/nodes/350
[5]: https://shamansir.github.io/JavaScript-Garden/
[6]: http://www.amazon.com/gp/product/0596805527/
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
2 changes: 1 addition & 1 deletion pl-pl/java-pl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -999,9 +999,9 @@ Linki zamieszczone poniżej służą pomocą w zrozumieniu wybranego tematu, w r

### Tutoriale i ćwiczenia online po angielsku

* [Learneroo.com - Learn Java](http://www.learneroo.com)
* [Codingbat.com](http://codingbat.com/java)
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)

### Książki po angielsku

Expand Down
1 change: 0 additions & 1 deletion pl-pl/ruby-pl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ Cokolwiek.new.xyz # => 'qux'

### Angielskie

- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - An older [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) is available online.
Expand Down
3 changes: 0 additions & 3 deletions pt-br/javascript-pt.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,6 @@ sobre e como usar o JavaScript em páginas na web, comece aprendendo sobre
[Document Object
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)

[Aprenda Javascript por Exemplos e com Desafios](http://www.learneroo.com/modules/64/nodes/350) é uma
variação desse guia com desafios.

[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) é um guia
profundo de todas as partes do JavaScript.

Expand Down
1 change: 0 additions & 1 deletion pt-br/ruby-pt.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ Algo.new.qux # => 'qux'

## Recursos adicionais

- [Aprenda Ruby com desafios](http://www.learneroo.com/modules/61/nodes/338) - Uma coleção de desafios para testar a linguagem.
- [Documentação oficial](http://www.ruby-doc.org/core-2.1.1/)
- [Ruby a partir de outras linguagens](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/)- Um mais antigo [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) e tambem uma versão online disponível.
Expand Down
5 changes: 3 additions & 2 deletions ru-ru/java-ru.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,11 @@ public class ExampleClass extends ExampleClassParent implements InterfaceOne, In

**Уроки онлайн**

* [Learneroo.com - Изучение Java](http://www.learneroo.com)

* [Codingbat.com](http://codingbat.com/java)

* [Codewars - Java Katas](https://www.codewars.com/?language=java)

* [Университет Хельсинки - Объектно-ориентированное программирование на Java](http://moocfi.github.io/courses/2013/programming-part-1/)

**Книги**:

Expand Down
1 change: 0 additions & 1 deletion ruby.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ Something.new.qux #=> "qux"

## Additional resources

- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials.
- [Official Documentation](http://ruby-doc.org/core)
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
Expand Down
1 change: 0 additions & 1 deletion sk-sk/ruby-sk.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ Nieco.new.qux # => 'qux'

## Ďalšie zdroje

- [Nauč sa ruby v príkladoch s úlohami](http://www.learneroo.com/modules/61/nodes/338) - Variácia tejto referencie s úlohami v prehliadači.
- [Oficiálna dokumentácia](http://www.ruby-doc.org/core-2.1.1/)
- [Ruby z iných jazykov](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - Staršia [bezplatná edícia](http://ruby-doc.com/docs/ProgrammingRuby/) je dostupná online.
Expand Down
2 changes: 0 additions & 2 deletions ta-in/javascript-ta.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,6 @@ more about how to use JavaScript in web pages, start by learning about the
[Document Object
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)

[Learn Javascript by Example and with Challenges](http://www.learneroo.com/modules/64/nodes/350) is a variant of this reference with built-in challenges.

[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) is an in-depth
guide of all the counter-intuitive parts of the language.

Expand Down
3 changes: 0 additions & 3 deletions tr-tr/javascript-tr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,6 @@ MDN'nin [A re-introduction to JavaScript(JavaScript'e Yeniden Giriş)][2] başl

[Patika - Javascript][4]Hakan Yalçınkaya'nın eğitmen olduğu bu kaynak, Javascript'i baştan sonra öğrenmenizi ve öğrendiklerinizi çeşitli test, proje ve coding challenge'lar ile pekiştirmenizi sağlar.

[Learn Javascript by Example and with Challenges][5] Bu da öğrendiklerinizi çeşitli challenge'lar ile pekiştirmenize olanak sağlar.

[JavaScript Garden][6] tüm detaylarının derinlemesine incelendiği bir rehberdir.

[Yusuf Sezer][7] Hem Türkçe hem yazılı olsun diyenler için kapsamlı bir kaynak.
Expand All @@ -600,7 +598,6 @@ MDN'nin [A re-introduction to JavaScript(JavaScript'e Yeniden Giriş)][2] başl
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
[4]: https://academy.patika.dev/courses/javascript
[5]: http://www.learneroo.com/modules/64/nodes/350
[6]: https://shamansir.github.io/JavaScript-Garden/
[7]: https://www.yusufsezer.com.tr/javascript-dersleri/
[8]: https://www.btkakademi.gov.tr/portal/course/javascript-8099
5 changes: 3 additions & 2 deletions uk-ua/java-ua.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -767,10 +767,11 @@ public class EnumTest {

**Online-практика та посібники**

* [Learneroo.com — Вивчаємо Java](http://www.learneroo.com)

* [Codingbat.com](http://codingbat.com/java)

* [Codewars - Java Katas](https://www.codewars.com/?language=java)

* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)

**Книжки**:

Expand Down
17 changes: 8 additions & 9 deletions uk-ua/javascript-ua.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -483,12 +483,11 @@ if (Object.create === undefined) { // не перезаписуємо метод

## Що почитати

* [1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
* [2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
* [3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
* [4]: http://www.learneroo.com/modules/64/nodes/350
* [5]: https://shamansir.github.io/JavaScript-Garden/
* [6]: http://www.amazon.com/gp/product/0596805527/
* [7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
* [8]: http://eloquentjavascript.net/
* [9]: http://jstherightway.org/
* https://developer.mozilla.org/en-US/docs/Web/JavaScript
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
* https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
* https://shamansir.github.io/JavaScript-Garden/
* http://www.amazon.com/gp/product/0596805527/
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
* http://eloquentjavascript.net/
* http://jstherightway.org/
1 change: 0 additions & 1 deletion uk-ua/ruby-ua.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ Something.new.qux # => 'qux'

## Додаткові ресурси

- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials.
- [Official Documentation](http://ruby-doc.org/core)
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
Expand Down
3 changes: 1 addition & 2 deletions vi-vn/ruby-vi.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,7 @@ Something.new.qux # => 'qux'

## Các nguồn tham khảo thêm.

- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - An older [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) is available online.
- [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide) - A community-driven Ruby coding style guide.
- [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide)
Loading

0 comments on commit cad341d

Please sign in to comment.