- Standarised the whole text in the use of 2nd person singular (tú) for referring to the reader.
- Fixed some discrepancies with capital letters. Usually in Spanish it's not so common to capitalise common nouns.
- Changed a couple of sentences that didn't sound clear. I used the English version of the article to find the meaning and propose a change of words.
I honestly don't know how we should translate the word issues. I understand "problema" is definitely it, but in sentences it might not seem clear when it's about a doubt the user has, or when, something reported. I think the usage of the verb "reportar" might be key to clarify the meaning in sentences where both kinds of issues are mixed. (I apologise beforehand if this explanation seems a bit poor. I've been trying to find the right language forum for this kinds of issues ;) ).
* add the text in definition of Array.
add the text " by adding an index to a unique identifier" after "An array is a series of elements of the same data type which are stored in contiguous memory locations and can be referenced individually".
* fix: changed c++ to cpp
* Added escape sequences, operators in "terms-to-know-for-beginners"
Added extra details/facts about multi-line comments in C++
Also fixed some indentation
* fix: changed c++ to cpp
Earlier description seemed to Ethereum specific, hence updated.
Also would be more accurate to say Hyperledger - (Specific project) instead of the umbrella term just "Hyperledger" because they have tons of projects.
* Fix "ReferenceError: url is not defined" in challenge
I fix the challenge because issue #14002
- The `url` variable is set to external resource `https://jsonplaceholder.typicode.com/posts`
- I replaced .textContent instead of .innerHTML (better practice)
- Checking for HTTP status of 201 instead of 200
All these suggestions by @HarplingeTom and "approved" by @QuincyLarson. See the issue comments.
I test the code locally in my computer and this works 👍
I modified and verify the tests according the new assessment.
* Update curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/post-data-with-the-javascript-xmlhttprequest-method.english.md
Minor typo: `<code>` to `</code>`
Co-Authored-By: yoelvisj <43357527+yoelvisj@users.noreply.github.com>
* Update curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/post-data-with-the-javascript-xmlhttprequest-method.english.md
new declared as const
Co-Authored-By: yoelvisj <43357527+yoelvisj@users.noreply.github.com>