Borrar filtros
Borrar filtros

Could someone please optimize this code? My code:

1 visualización (últimos 30 días)
Ali Q
Ali Q el 8 de En. de 2021
if (x === 0) {
y = y +
2;
console.log(y);
}
else {
y = y +
3;
console.log(y);
}

Respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by