Welcome, Visitor!

Hello, we are really happy that you have reached us. However, since you are viewing the forum as a visitor, you cannot benefit from many features of the forum. How about taking advantage of all the features exclusive to our members by registering? You can register right now, taking just 2 minutes of your time. We would love to see you among us.

javasvi

  1. Rooster

    Argüman Özelliği Java Script

    Arrow fonksiyonun argüman özelliği yok /* ES5 */ let func1 = function(){ console.log(arguments); } func1(1,2,3,4); //function, Symbol(Symbol.iterator) /* ES6 arrow func */ let func2 = () => { console.log(arguments); } func2(1,2,3,4); // Uncaught ReferenceError:arguments is not...

Theme editor

Top Bottom