mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
chore: Removed console.log (#58757)
This commit is contained in:
parent
445bd09be2
commit
85e6c8aa61
@ -61,7 +61,6 @@ You should set the page font to `Arial` in the `body` element with a fallback of
|
||||
|
||||
```js
|
||||
const el = new __helpers.CSSHelp(document).getStyle('body').getPropVal('font-family');
|
||||
console.log(el);
|
||||
const condition1= el === 'Arial, sans-serif';
|
||||
const condition2= el === '"Arial", sans-serif';
|
||||
assert.isTrue(condition1 || condition2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user