Skip to content

Commit b4a9650

Browse files
committed
Merge pull request h5bp#124 from oguzhanaslan/patch-1
Update README_TR.md
2 parents f54716a + 2a2ecba commit b4a9650

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Turkish/README_TR.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ Söz konusu aşağıdaki sorular [Paul Irish](http://paulirish.com) ([@paul_iris
128128
```javascript
129129
function Person(){} var person = Person() var person = new Person()
130130
```
131-
* What's the difference between `.call` and `.apply`?
132-
* What's the difference between `undefined` and `null`?
133-
* explain `Function.prototype.bind`?
131+
* `.call` ve `.apply` arasındaki fark nedir?
132+
* `undefined` ve `null` arasındaki fark nedir?
133+
* `Function.prototype.bind` açıklayınız?
134134
* When do you optimize your code?
135135
* Can you explain how inheritance works in JavaScript?
136136
* When would you use `document.write()`?
@@ -150,7 +150,7 @@ function Person(){} var person = Person() var person = new Person()
150150
* Explain how you would get a query string parameter from the browser window's URL.
151151
* Explain the same-origin policy with regards to JavaScript.
152152
* Describe inheritance patterns in JavaScript.
153-
* Make this work:
153+
* Çözümleyiniz:
154154
```javascript
155155
[1,2,3,4,5].duplicate(); // [1,2,3,4,5,1,2,3,4,5]
156156
```
@@ -230,8 +230,8 @@ Soru: `foo.length`in değeri kaçtır?
230230
####<a name='fun'>Eğlence Soruları:</a>
231231

232232
* What's the coolest thing you've ever coded, what are you most proud of?
233-
* What are your favorite parts about the developer tools you use?
233+
* Kullandığınız geliştirici araçları arasında, sevdikleriniz nelerdir ?
234234
* Do you have any pet projects? What kind?
235-
* What's your favorite feature of Internet Explorer?
235+
* Internet Explorer'ın sevdiğiniz özellikleri nelerdir?
236236

237237
**[[]](#toc)**

0 commit comments

Comments
 (0)