Question d’entretien chez ServiceNow

Write a function to flatten an array to one level in JavaScript. (LeetCode #2625)

Réponse à la question d'entretien

Utilisateur anonyme

21 avr. 2024

This can be done in linear time with a recursive function.