Skip to content

Commit 9e633f7

Browse files
committed
j101
1 parent 03e9df2 commit 9e633f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

page/javascript-101.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ customFields:
1010
value: "pencil"
1111
---
1212

13-
## Introduction
13+
## Giriş
1414

15-
So you want to unlock the power of jQuery to make the web a better place? Awesome, but there are a few things you should know about JavaScript first.
15+
jQuery'nin gücüyle web ortamını daha iyi bir yer yapmaya karar verdiniz öyle mi? Harika, fakat ilk olarak JAvaScript hakkında bazı şeyleri bilmek gerekiyor.
1616

17-
Introduced at the dawn of the web, [JavaScript](http://en.wikipedia.org/wiki/JavaScript) is a powerful and expressive language that runs inside the browser in conjunction with HTML and CSS. Based on an open standard called [ECMAScript](http://en.wikipedia.org/wiki/ECMAScript), JavaScript has quickly become the "programming language of the web." All the power of jQuery is accessed via JavaScript, so needless to say, it's an important language to learn. Having a basic knowledge of JavaScript will go a long way in understanding, structuring, and debugging your code.
17+
Web'in ilk ortaya çıktığı zamanlardan beridir, [JavaScript](http://en.wikipedia.org/wiki/JavaScript) çok güçlü ve tesirli bir dil olarak tarayıcının içinde HTML ve CSS ile birlikte çalışıyor. [ECMAScript](http://en.wikipedia.org/wiki/ECMAScript) denilen standartı temel alıyor, JavaScript çok hızlı bir şekilde "webin programlama dili" haline geldi. jQuery'nin bütün gücü JavaScript'ten geliyor, bu yüzden javascripti iyi bilmeniz gerekiyor. Temelleri öğrenmek bile size kodunuzu anlamanızı, temellendirmenizi, hata ayıklamanızı uzun bir süre sağlayacaktır.
1818

19-
This guide covers the foundational concepts of JavaScript, as well as frequent pitfalls developers fall into during their first foray into the language. When possible, we'll relate the JavaScript you learn here to how it's applied in jQuery.
19+
Bu kitapçıkta JavaScript'in temelini ve genel olarak geliştiricilerin düştüğü hataları ele alıyor olacağız. Mümkün olduğu kadarıyla buradaki öğrendiğiniz JavaScript'in jQuery'de nasıl uygulandığını göstermeye çalışacağız.
2020

21-
If you have experience with other programming languages, good for you! If not, don't worry. We'll take it slow and teach you everything you need to know to unlock the power of jQuery with JavaScript.
21+
Eğer başka programlama dilleriyle haşır neşirseniz bu iyi sizin için. Eğer değilseniz korkmayın. jQuery'i tamamen sökmeniz için her şeyi adım adım anlatacağız.
2222

23-
## Table of Contents
23+
## İçindekiler

0 commit comments

Comments
 (0)