scores:=[]int32{}
scores[0]++
scores = append(scores, newItem)
. Конкретно для вашего кода - целесообразно через var scores [размер]тип
{ isDataReady() { return this.$store.state.isReady ;}
import util from 'util';
import http from 'http';
function HttpError(status, message) {
Error.apply(this, arguments);
Error.captureStackTrace(this, HttpError);
this.status = status;
this.message = message || http.STATUS_CODES[status] || "Error";
}
util.inherits(HttpError, Error);
HttpError.prototype.name = 'HttpError';
export {HttpError};