link https://www.scribbr.com/statistics/levels-of-measurement
Tuesday, July 12, 2022
Friday, July 8, 2022
Tuesday, July 5, 2022
Saturday, June 4, 2022
Sunday, May 22, 2022
Free Code Camp courses
- https://www.freecodecamp.org/news/learn-html-and-css-from-the-ceo-of-scrimba/
- https://www.freecodecamp.org/news/intro-to-algorithms-with-python/
- https://www.freecodecamp.org/news/whats-the-difference-between-authentication-and-authorisation
- https://www.freecodecamp.org/news/create-a-low-code-ecommerce-app-with-stripe-postgres-rest-api-backend/
- https://www.freecodecamp.org/news/machine-learning-for-everybody/
- https://www.freecodecamp.org/news/data-structures-in-javascript-with-examples/
- https://www.freecodecamp.org/news/javascript-dom-manipulation/
- https://www.freecodecamp.org/news/the-php-handbook/
- https://www.freecodecamp.org/news/use-react-and-apis-to-build-a-weather-app/
Hash Table or Map or Dictionary or Objects (in JavaScript and JSON)
JavaScript has a built in function for converting JSON strings into JavaScript objects:
JSON.parse()
JavaScript also has a built in function for converting an object into a JSON string:
JSON.stringify()
Example of a JSON string:
'{"name":"John", "age":30, "car":"Ford"}'
The JSON format is syntactically similar to the code for creating JavaScript objects. Because of this, a JavaScript program can easily convert JSON data into JavaScript objects.
Since the format is text only, JSON data can easily be sent between computers, and used by any programming language.
Read this for more details https://www.w3schools.com/js/js_json_intro.asp
Ampere's circuital law
Ampere's circuital law states that the line integral of a magnetic field around any closed loop is equal to the permeability of free s...
-
Assuming you are working with a newly returned ResultSet whose cursor is pointing before the first row, an easier way to check this is to...
-
Here are some links to online work sites https://www.upwork.com/ https://www.guru.com/ https://studio.envato.com/freelance-switch/ htt...
-
//The HTML index page <!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change ...