InstruçÔes

Passo 12

Adicione um terceiro elemento p no final do elemento .text e dĂȘ a ele o seguinte texto:
It wasn't as dramatic as Doc's revelation in Back to the Future. It just occurred to me while I was going for a run. The revelation: the entire curriculum should be a series of projects. Instead of individual coding challenges, we'll just have projects, each with their own seamless series of tests. Each test gives you just enough information to figure out how to get it to pass. (And you can view hints if that isn't enough.)

O que fazer:

Testes:

  • VocĂȘ deve criar um terceiro elemento `p` no elemento `.text`.
  • O terceiro elemento `p` deve ter o texto fornecido.

Preview