Comment supprimer la première clé de Hashmap en JavaScript

this.cache.delete(this.cache.keys().next().value)
Rich Rabbit