Javascript
var, let, const
var scobe özelliği taşırken let taşımaz.
yani let ile oluşturulan değişken oluşturulduğu yerdeki süslü parantez içinde geçerlidir. Parantezin dışında erişilemez.
const ile oluşturulan bir değişkene sonradan bir değer atması yapılamaz.
Disable Link
<a href="javascript: void(0)">I am a useless link</a>
Javascript find json value
https://stackoverflow.com/questions/19253753/javascript-find-json-value/19254067
How to count length of the JSON array element
https://stackoverflow.com/questions/15209136/how-to-count-length-of-the-json-array-element
Last updated