LexarG56

Generation

generate functionSun, 18 Jun 2023

Hacer que un caso default regrese a la tarea anterior

Script function pow(a, b) { if(typeof b !== "number") { b = 2; } return a ** b; } pow(9, 2);

Questions about programming?Chat with your personal AI assistant