jslogo
jslogo copied to clipboard
add sound support: beep
add basic sound support to jslogo. So far, only "beep" was supported.
beep beep frequency duration
frequency is in Hertz, and duration is in millisecond.
examples:
beep 330 200
I accept your review comments, and let me give revisions based on your proposal, and then I will drop this pull request and re-submitted a clean pull request.