import
{
calculateTax
}
from
‘grasshopper.helperFunctions’
;
function
splitBill
(
total
,
people
,
)
{
return
total
/
people
;
}
;
console
.
log
(
splitBill
(
76
,
4
)
)
;
import
{
calculateTax
}
from
‘grasshopper.helperFunctions’
;
function
splitBill
(
total
,
people
,
)
{
return
total
/
people
;
}
;
console
.
log
(
splitBill
(
76
,
4
)
)
;
Ayuda! No puedo avanzar con este código
Ahi pude resolverlo. Fijate si te sirve. Saludos!
gracias. te debo una men