mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-22 04:00:54 -04:00
chore: Removed console.log (#58757)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user