how to tell this x = 12 + 30 when i read it in js

JavaScript
var x = Math.floor(Math.random() * (max - min + 1)) + min;
Source

Also in JavaScript: