Binding a VBO

We already know how to do this:

gl.bindBuffer(gl.ARRAY_BUFFER, myBuffer);

Where myBuffer is the buffer we want to map.