From 170724cdaa020805c641fdd22ee9fbf6f84a3d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fuhan=20=C4=B0lter?= Date: Wed, 28 Feb 2024 14:12:45 +0300 Subject: [PATCH 1/3] Turkish translation of a_quick_review --- .../odin/javascript/introduction/a_quick_review.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/odin/javascript/introduction/a_quick_review.md b/content/odin/javascript/introduction/a_quick_review.md index ab676546..bc79379f 100644 --- a/content/odin/javascript/introduction/a_quick_review.md +++ b/content/odin/javascript/introduction/a_quick_review.md @@ -1,12 +1,12 @@ -### Introduction +### Giriş This course assumes that you have a decent grasp on the fundamentals of JavaScript. If you just finished our [Foundations course](https://theodinproject.com/paths/foundations) then you should skip this review and move on to the next lesson. If it's been a while and you're coming from the Ruby courses, you will probably want to take a day or two to refresh yourself on the basics. -### Review +### Bakış -Running through "part 1" of [MDN's JavaScript basics course](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics) is a great idea for a refresher on the syntax. If you just want a quick reference to skim, try [LearnXinY](https://learnxinyminutes.com/docs/javascript/). +Sözdimi hakkında yeni olanlar için [MDN's JavaScript basics course](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics) kursunun birinci parçasıyla ilerlemek iyi bir fikir olacaktır. Eğer ki hızlıca göz atmak isterseniz, [LearnXinY](https://learnxinyminutes.com/docs/javascript/) sitesine göz atınız. -It might also be a good idea to do a little practicing before moving on. If you want something fresh to work on, now would be a fine time to do some coding exercises from across the net. The following sites are all great places to look. +Ayrıca devam etmeden önce biraz pratik yapmanın iyi bir fikir olabilir. Üzerinde çalışacak yeni bir şey arıyorsanız, internetten bazı kodlama alıştırmaları yapmak için güzel bir zaman olabilir. Aşağıdaki sitelerin hepsi bakabileceğiniz harika yerlerdir. - [Exercism](http://exercism.org/) - [CodeWars](https://www.codewars.com/) @@ -14,6 +14,6 @@ It might also be a good idea to do a little practicing before moving on. If you ### jQuery? -Before you press on, a note about jQuery. We occasionally get questions about why we don't include jQuery in our curriculum. jQuery was very popular in the past, but has fallen out of the limelight in recent years. One of the biggest reasons it has begun to fall out of favor is that you don't _need_ it anymore. When it became popular, doing things like DOM manipulation and AJAX calls were difficult in plain JavaScript, but that is no longer the case. +Devam etmeden önce jQuery hakkında bir not.Zaman zaman müfredatımıza jQuery'yi neden dahil etmediğimizle ilgili sorular alıyoruz. jQuery geçmişte çok popülerdi, ancak son yıllarda gözden düşmüş durumda. Gözden düşmeye başlamasının en büyük nedenlerinden biri artık _ihtiyaç_ duymamanızdır. Popüler hale geldiğinde, DOM manipülasyonu ve AJAX çağrıları gibi işler düz JavaScript'te zordu, ancak artık durum böyle değil. -A quick web-search on the topic will be more useful than any explanations here, and if you still want to learn it (many older codebases still use it, and you will see it on many older Stack Overflow posts) we are confident that you can pick it up quite easily by reading the documentation on [their website](https://jquery.com/). +Konuyla ilgili hızlı bir web araması, buradaki herhangi bir açıklamadan daha faydalı olacaktır, ve eğer hala öğrenmek istiyorsanız (birçok eski kod tabanı hala kullanıyor ve birçok eski Stack Overflow gönderisinde göreceksiniz) [their website](https://jquery.com/) belgeleri okuyarak oldukça kolayca öğrenebileceğinize güveniyoruz. \ No newline at end of file From c55abf49b64c6d5cbc4334580689489d3d298efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fuhan=20=C4=B0lter?= Date: Wed, 28 Feb 2024 14:15:33 +0300 Subject: [PATCH 2/3] Turkish translation of a_quick_review --- content/odin/javascript/introduction/a_quick_review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/odin/javascript/introduction/a_quick_review.md b/content/odin/javascript/introduction/a_quick_review.md index bc79379f..2300fe5a 100644 --- a/content/odin/javascript/introduction/a_quick_review.md +++ b/content/odin/javascript/introduction/a_quick_review.md @@ -1,6 +1,6 @@ ### Giriş -This course assumes that you have a decent grasp on the fundamentals of JavaScript. If you just finished our [Foundations course](https://theodinproject.com/paths/foundations) then you should skip this review and move on to the next lesson. If it's been a while and you're coming from the Ruby courses, you will probably want to take a day or two to refresh yourself on the basics. +Bu kurs, JavaScript'in temel prensiplerine hakim olduğunuzu varsayar. Eğer ki [Foundations course](https://theodinproject.com/paths/foundations) kursumuzu bitirdiyseniz, bu tekrarı atlayıp sonraki derse geçebilirsiniz. Eğer ki üzerinden bir süre geçtiyse ve Ruby kurslarından geliyorsanız, muhtemelen temelleri tazelemek adına bir veya iki gün ayırmak isteyebilirsiniz. ### Bakış From e114ad10c560abfbb3126951774c99cf9c0a5094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fuhan=20=C4=B0lter?= Date: Wed, 28 Feb 2024 14:17:18 +0300 Subject: [PATCH 3/3] Turkish translation of a_quick_review --- content/odin/javascript/introduction/a_quick_review.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/odin/javascript/introduction/a_quick_review.md b/content/odin/javascript/introduction/a_quick_review.md index 2300fe5a..2176398f 100644 --- a/content/odin/javascript/introduction/a_quick_review.md +++ b/content/odin/javascript/introduction/a_quick_review.md @@ -6,7 +6,7 @@ Bu kurs, JavaScript'in temel prensiplerine hakim olduğunuzu varsayar. Eğer ki Sözdimi hakkında yeni olanlar için [MDN's JavaScript basics course](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics) kursunun birinci parçasıyla ilerlemek iyi bir fikir olacaktır. Eğer ki hızlıca göz atmak isterseniz, [LearnXinY](https://learnxinyminutes.com/docs/javascript/) sitesine göz atınız. -Ayrıca devam etmeden önce biraz pratik yapmanın iyi bir fikir olabilir. Üzerinde çalışacak yeni bir şey arıyorsanız, internetten bazı kodlama alıştırmaları yapmak için güzel bir zaman olabilir. Aşağıdaki sitelerin hepsi bakabileceğiniz harika yerlerdir. +Ayrıca devam etmeden önce biraz pratik yapmak iyi bir fikir olabilir. Üzerinde çalışacak yeni bir şey arıyorsanız, internetten bazı kodlama alıştırmaları yapmak için güzel bir zaman olabilir. Aşağıdaki sitelerin hepsi bakabileceğiniz harika yerlerdir. - [Exercism](http://exercism.org/) - [CodeWars](https://www.codewars.com/) @@ -16,4 +16,4 @@ Ayrıca devam etmeden önce biraz pratik yapmanın iyi bir fikir olabilir. Üzer Devam etmeden önce jQuery hakkında bir not.Zaman zaman müfredatımıza jQuery'yi neden dahil etmediğimizle ilgili sorular alıyoruz. jQuery geçmişte çok popülerdi, ancak son yıllarda gözden düşmüş durumda. Gözden düşmeye başlamasının en büyük nedenlerinden biri artık _ihtiyaç_ duymamanızdır. Popüler hale geldiğinde, DOM manipülasyonu ve AJAX çağrıları gibi işler düz JavaScript'te zordu, ancak artık durum böyle değil. -Konuyla ilgili hızlı bir web araması, buradaki herhangi bir açıklamadan daha faydalı olacaktır, ve eğer hala öğrenmek istiyorsanız (birçok eski kod tabanı hala kullanıyor ve birçok eski Stack Overflow gönderisinde göreceksiniz) [their website](https://jquery.com/) belgeleri okuyarak oldukça kolayca öğrenebileceğinize güveniyoruz. \ No newline at end of file +Konuyla ilgili hızlı bir web araması, buradaki herhangi bir açıklamadan daha faydalı olacaktır, ve eğer hala öğrenmek istiyorsanız (birçok eski kod tabanı hala kullanıyor ve birçok eski Stack Overflow gönderisinde göreceksiniz) [their website](https://jquery.com/) belgeleri okuyarak oldukça kolayca öğrenebileceğinize inanıyoruz. \ No newline at end of file