const place = "Denmark"; const n = 0; // 0 indexed i.e. 1st character const firstCharacter = place.charAt(n); console.log(firstCharacter); // D