Problem
Write code in JavaScript that declares a variable named "modelViewMatrix" and sets its initial value to be a 4 dimensional identity matrix. Then use matrix multiplication to incorporate a scale and translate operation into modelViewMatrix. Scale it by the dimensional values (a,b,c), and then translate it by the offset values (x,y,z).