Mei Lycan

Generation

generate functionThu, 04 May 2023

crea una funcion que filtre de un array de vehiculos los que son autos

var vehiculos = [ { marca: 'ford', tipo: 'auto' }, { marca: 'honda', tipo: 'moto' }, { marca: 'chevrolet', tipo: 'auto' } ]

Javascript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code