Skip to content

Commit

Permalink
Data Types and Conditionals: Edit a Knowledge check question
Browse files Browse the repository at this point in the history
Removed a questions about a deprecated String Method: substr()
  • Loading branch information
youssef-el-atmani authored Aug 28, 2024
1 parent c61e898 commit aafce8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following questions are an opportunity to reflect on key topics in this less
- [Which type of quote lets you embed variables/expressions in a string?](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Strings#embedding_javascript)
- [How do you embed variables/expressions in a string?](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Strings#embedding_javascript)
- [How do you use escape characters in a string?](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Strings#including_quotes_in_strings)
- [What is the difference between the slice/substring/substr string methods?](https://www.w3schools.com/js/js_string_methods.asp)
- [What is the difference between the slice/substring string methods?](https://www.w3schools.com/js/js_string_methods.asp)
- [What are the three logical operators, and what do they stand for?](http://javascript.info/logical-operators)
- [What are the comparison operators?](https://javascript.info/comparison)
- [What are truthy and falsy values?](https://javascript.info/ifelse#boolean-conversion)
Expand Down

0 comments on commit aafce8b

Please sign in to comment.