Fredy Hirsch’s 105th Birthday Celebrating – Google doode The present Doodle praises the 105th birthday celebration of German-Jewish teacher and athlete Fredy Hirsch. Known for his appealling soul and responsibility in supporting kids, Hirsch helped save Jewish youth during World War II and enhanced their lives with human expressions. Alfred…
Author: John DevWeb
Blog
Continue Reading

Top 6+ Example Javascript Explode
Example Javascript Explode 1: //split into array of strings. var str = “Well, how, are , we , doing, today”; var res = str.split(“,”); Example Javascript Explode 2: var foo = “overpopulation”; var arr = foo.split(”); console.log(arr); // [“s”, “o”, “m”, “e”, “s”, “t”, “r”, “i”, “n”, “g”] Example…
Blog
Continue Reading

What is HTML? The Basics of HTML
What is HTML? HTML stands for Hypertext Markup Language. It allows the user to create and structure sections, paragraphs, headings, links, and blockquotes for web pages and applications. HTML is not a programming language, meaning it doesn’t have the ability to create dynamic functionality. Instead, it makes it possible to…