HTML: Formatted text
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect }) => {
const pre = query(document, 'pre');
expect(pre).to.be.visible;
});
Teacher's solution will be available in:
20:00
