HTML: Special HTML Characters
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ expect }) => {
const text = document.body.innerHTML.trim();
expect(text).to.equal('¼');
});
Teacher's solution will be available in:
20:00
