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

   Inicia sesión para empezar


Por supuesto:

Lit / Web Components

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

Describe what the "nothing" sentinel value does.

Autor: John Pencola



Respuesta:

Nothing is a sentinel value that signals a ChildPart to fully clear its content. eg: const button = html`${ user.isAdmin ? html`<button>DELETE</button>` : nothing }`;


0 / 5  (0 calificaciones)

1 answer(s) in total