Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hello. If I wanted to filter an array and return only strings that contain the string ’ de ', How can I do that? I have the following but it only returns me the contents of the entire array:
let de = 'de ';
let newArr = streets.filter((street) => (street, de));
console.log(newArr);
Any help on this would be super. Thank you.
the array is as follows:
const streets = [
'Boulevards of Paris',
'City walls of Paris',
'Thiers wall',
'Wall of Charles V',
'Wall of Philip II Augustus',
'City gates of Paris',
"Haussmann's renovation of Paris",
'Boulevards of the Marshals',
'Boulevard Auguste-Blanqui',
'Boulevard Barbès',
'Boulevard Beaumarchais',
"Boulevard de l'Amiral-Bruix",
'Boulevard Mortier',
'Boulevard Poniatowski',
'Boulevard Soult',
'Boulevard des Capucines',
'Boulevard de la Chapelle',
'Boulevard de Clichy',
'Boulevard du Crime',
"Boulevard du Général-d'Armée-Jean-Simon",
'Boulevard Haussmann',
"Boulevard de l'Hôpital",
'Boulevard des Italiens',
'Boulevard Lefebvre',
'Boulevard de la Madeleine',
'Boulevard de Magenta',
'Boulevard Malesherbes',
'Boulevard Marguerite-de-Rochechouart',
'Boulevard Montmartre',
'Boulevard du Montparnasse',
'Boulevard Raspail',
'Boulevard Richard-Lenoir',
'Boulevard Saint-Germain',
'Boulevard Saint-Michel',
'Boulevard de Sébastopol',
'Boulevard de Strasbourg',
'Boulevard du Temple',
'Boulevard Voltaire',
'Boulevard de la Zone',
];
24608ead89f046a8abab394f968f2c
1e6b823ea20d4cb189a34a922f5588
alexdo
b7a48936ce14461794a3a55f6cf518
Danish Ali
96312c6bf6494f0f8afc7143971187
96312c6bf6494f0f8afc7143971187
Inshot Pro
phosphide
Larry Singleton
Chris Catto