@@ -128,9 +128,9 @@ Söz konusu aşağıdaki sorular [Paul Irish](http://paulirish.com) ([@paul_iris
128
128
``` javascript
129
129
function Person (){} var person = Person () var person = new Person ()
130
130
```
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 ?
134
134
* When do you optimize your code?
135
135
* Can you explain how inheritance works in JavaScript?
136
136
* When would you use ` document.write() ` ?
@@ -150,7 +150,7 @@ function Person(){} var person = Person() var person = new Person()
150
150
* Explain how you would get a query string parameter from the browser window's URL.
151
151
* Explain the same-origin policy with regards to JavaScript.
152
152
* Describe inheritance patterns in JavaScript.
153
- * Make this work :
153
+ * Çözümleyiniz :
154
154
``` javascript
155
155
[1 ,2 ,3 ,4 ,5 ].duplicate (); // [1,2,3,4,5,1,2,3,4,5]
156
156
```
@@ -230,8 +230,8 @@ Soru: `foo.length`in değeri kaçtır?
230
230
####<a name =' fun ' >Eğlence Soruları:</a >
231
231
232
232
* 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 ?
234
234
* 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 ?
236
236
237
237
** [[ ⬆]] ( #toc ) **
0 commit comments