Skip to content

Commit 6709151

Browse files
authored
Merge pull request #356 from kpav33/fix-noscript-answer-grammar
Fix grammar in question 184
2 parents f01ef52 + d4a0d94 commit 6709151

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
@@ -3815,7 +3815,7 @@ Because of hoisting, functions can be used before they are declared.
38153815

38163816
184. ### How do you detect if javascript is disabled on the page
38173817

3818-
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.
3818+
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.
38193819

38203820
```javascript
38213821
<script type="javascript">

0 commit comments

Comments
 (0)