Skip to content

Commit

Permalink
Remove community interaction section from the double quotes in JavaSc…
Browse files Browse the repository at this point in the history
…ript blog post
  • Loading branch information
geekskai committed Nov 14, 2024
1 parent 54ca090 commit 292d748
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ In this example, we use the `indexOf()` method to check if the character `char`
- A similar solution is provided with a slight variation:
- `if((str.indexOf('\'') > -1) && (str.indexOf('"') > -1)) { //Code here }`

### 🗣️ Community Interaction
- 💬 Users commented on the clarity of the question and provided additional insights or corrections.
- 👥 Some responses highlighted the importance of respectful communication in coding communities.


## Comparison

| Method | Description |
Expand Down

0 comments on commit 292d748

Please sign in to comment.