Skip to content

Commit d4a0d94

Browse files
committed
Fix grammar in question 184
1 parent 997037d commit d4a0d94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3807,7 +3807,7 @@ Because of hoisting, functions can be used before they are declared.
38073807
38083808
184. ### How do you detect if javascript is disabled on the page
38093809
3810-
You can use the `<noscript>` tag to detect javascript disabled or not. The code block inside `<noscript>` gets executed when JavaScript is disabled, and is typically used to display alternative content when the page generated in JavaScript.
3810+
You can use the `<noscript>` tag to detect whether JavaScript is disabled or not. The code block inside `<noscript>` gets executed when JavaScript is disabled, and is typically used to display alternative content when the page is generated in JavaScript.
38113811
38123812
```javascript
38133813
<script type="javascript">

0 commit comments

Comments
 (0)