* fix/update-es6-destructor-challenge: Added test
- Added test incase during destructuring somebody pass and extra key
* fix/update-es6-destructor-challenge: Fixed the test case per review comments
-Cleaned up regex
- Setup two cases one where additional assignment of variables before and then after
- Did not put uppercase case CONSTANT checks because not related to question
* fix: corrected tests
* Fixed bug in 2nd test for Access Multi-Dimensional Arrays With Indexes Challenge
* Fix for issue #35665
Fixed Bug In 2nd test case for Access Multi Dimensional Arrays With Indexes
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/access-multi-dimensional-arrays-with-indexes.english.md
Co-Authored-By: Artistic18 <hrishitbiswas20@gmail.com>
* fix: added missing ) for assert statement
* Update link-to-external-pages-with-anchor-elements.english.md
If you write "`anchor` element" instead of "`a` element", you should also write "`hyperreference` attribute", instead of "`href` attribute".
Suggestion: write "`a` (_anchor_) element", or "anchor (`a`) element", to communicate the element name explicitly and gloss it at the same time.
The `<code>` sections should be valid code as far as possible.
* Change md to html
* Don't mark up 'anchor' as code
The tag is `a`, the name is _anchor_.
* Revert "Don't mark up 'anchor' as code"
This reverts commit 50c6a3a7c9697f889489bd586ceccd617cc4af1c.
* Don't mark up 'anchor' as code
The tag is `a`, the name is _anchor_.
* Update description of tests pig-latin.english.md
The last two tests "Should handle words where the first vowel comes in the end of the word." and "Should handle words without vowels." are too vague without examples of what is meant by that.
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/pig-latin.english.md
Co-Authored-By: beansprout <christinegierer@gmail.com>
* Added info on nmap and Zenmap
Added the text: " (Network Mapper) which is a open source utility to assist with network discovery and security auditing. There is also a graphical user interface called Zenmap. These are useful tools with functions allowing a user to obtain.."
* fix: closed li element
The Winkey does nothing without using it in conjunction with another key to invoke the execution of a program. In this case, "WinKey+R" and then enter "cmd" in the run dialog box.
* Add a solution for Finders Keepers challenge
* Update link to markdown
* fix: removed repl.it link
* fix: made this the Intermediate Solution
* fix: added correct Intermediate icon
* Added the Introduction to the Information Security and Quality Assurance Projects
* Update client/src/pages/learn/information-security-and-quality-assurance/information-security-and-quality-assurance-projects/index.md
Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>
* [updated] Added the Introduction to the Information Security and Quality Assurance Projects
* [updated] Introduction to the Information Security and Quality Assurance Projects
* Update client/src/pages/learn/information-security-and-quality-assurance/information-security-and-quality-assurance-projects/index.md
Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>
* Update client/src/pages/learn/information-security-and-quality-assurance/information-security-and-quality-assurance-projects/index.md
Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>
* Exemplification
Provided more comments on the coding portions to show what each line does in respect to the program. Also specified what happens when "==" is used when the "equals()" method should be employed.
* Formatting