function Circle(x, y, radius, color, startDegrees, endDegrees, counterClockwise)
{
}
Если не передать нужное число параметров, то незадействованые станут undefined.function Circle(options)
{
}
new Circle({ radius: 10, x: 40, y: 30 });
new Circle radius: 10, x: 40, y: 30
# Auto detect text files and perform LF normalization
* text=auto
, призванную как раз решать проблемы кросплатформенного окончания строки и git перестал считать что у меня файл изменен…
var str = "";
str += "<div><h1 class='header'>";
str += "</h1><h2 class='header2'>";
var str = ""
+ "<div><h1 class='header'>"
+ "</h1><h2 class='header2'>"