The sailors navigate through the deep blue ocean. The waves crash gently against the rocky shore.
const getWaveHeight = (speed, wind) => {
return speed * wind * 0.5;
}
The sailors navigate through the deep blue ocean. The waves crash gently against the rocky shore.
const getWaveHeight = (speed, wind) => {
return speed * wind * 0.5;
}
Leave a Reply