In JS API 3.x we could get easily the scale for a box drawn on the map after you define its 4 corners.
In the matrix for the migration from 3.x to 4.x, it states that there are no plans for the scaleUtils to be migrated.
So, what's the best option to get the scale in 4.x?
var scale = esri.geometry.scaleUtils.getScaleForBox(
box,
map.getSpatialReference()
);