Update Terrain API in the Website

Could you please update this part of the code in the following links?
old:

var viewer = new Cesium.Viewer("cesiumContainer", {
  terrainProvider: Cesium.createWorldTerrain(),
});

updated:

var viewer = new Cesium.Viewer("cesiumContainer", {
  terrain: Cesium.Terrain.fromWorldTerrain(),
});

links:
Get location of a point

Fly to an asset

Thanks for reporting this!

The Sandcastles for Get location of a point and Fly to an asset have been updated.