var test = 0;
$.each(b, function(i, item) {
test = test+ item;
alert(test); // Выводит
});
alert(test);
var test = 0;
$.each(b, (i, item) => {
test = test+ item;
alert(test); // Выводит
});
alert(test);
Apache, Nginx, PHP, MySql- надежнее всего брать из репов, а не компилить из сорцов/устанавливать
white-space: nowrap;
overflow: hidden;