In the Getting Started with ArcGIS Maps SDK for JavaScript course, it mentions using the <arcgis-map> web component. This is a new feature from 4.30 onwards. Prior to that version, the Map JS class was used. It is still used in many of the sample codes currently (eg) .Which version would the exam cover?
The EIG says "JavaScript Maps SDK 4.20 and up", but after 4.30, either the exam is outdated or the exam contents have changed (despite the name still containing "2024").
There are also things like imports being slightly different. For example I used to do
import Graphic from "esri/Graphic";
using ESM on npm, but it seems like the new way is
import Graphic from "@arcgis/core/Graphic.js";
which is still ESM on npm. Has the exam been updated to the latest API?
Thank you