Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

TypeScript

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

How would you change the code below to make chargeVoltage an optional property? function printCar(car: { make: string model: string year: number chargeVoltage: number })

Autor: John Pencola



Respuesta:

Add the optional operator (?) ie: chargeVoltage?: number


0 / 5  (0 calificaciones)

1 answer(s) in total