javascript var canvas = document.getElementById('waveform-canvas'); var ctx = canvas.getContext('2d'); // waveform generation code here