Blog English | tutorials
Draw Triangle with JavaScript Code 2022
Draw triangle with Javascript using "while"We are going to draw triangle with JavaScript code in two ways. This is another programming exercise that JS students often face when they are starting to program in this language. Most of us know that when we program in any language, generally...
Validate palindromes with javascript 💻 2022
Validate Palindromes with Javascript codeIn this post, we will know how to validate palindromes with javascript code. Firstly we should begin by explaining, what the term palindrome specifically means. Well, no more, no less than we can read text or words from left to right as well as from right...
How to validate spanish id using Javascript tutorial | 2022
validate Spanish Id using Javascript codeThis tutorial is about how to validate a Spanish ID using Javascript code. Each Spanish identity card - National Identity Document - has a number and a letter. So, the validation of the Spanish id using javascript code will consist of checking if the...
Blog English for Python and HTML5
Python code how to do a calculator 🖩 2022
Python code | How to do a CalculatorThe aim of this article is for you to know how to do a Calculator with Python code. This Python code exercise is based on creating a basic program to be able to carry out simple operations as a calculator does. First of all, the Python code will start...
How to do IndexedDB API Local Database 2022
IndexedDB API as Local StorageThis article is about the IndexedDB API which is a database locally on your computer. The indexedDB API has been established as standard in applications made with HTML5. IndexedDB API has a number of advantages compared to traditional databases. For instance,...