I have a known feature with latitude and longitude.
I have as second point defined by x and y offsets in meters from the known position. This second point is within a few KM of the known position.
I found algorithm - Calculating new longitude, latitude from old + n meters - Stack Overflow to calculate the lat/long of the second point.
Is there a better way to do this in ArcGIS Javascript?