Sven Willhauksvensblog.hashnode.dev·Sep 4, 2023Day 13 of learning JavaScript: innerHTML and Template StringsHello! Today I learned about innerHTML and Template Strings in Javascript. Let's start with innerHTML. With innerHTML, you can manipulate and add HTML elements with JavaScript. For example, if someone has a div-container in the HTML file but forgot t...5 likes·42 readsinnerHTML
Dirk de Visserdirkdevisser.com·Nov 4, 2022Refactoring Compas code-gen: part 3Recently we started working on refactoring the code generators of Compas.js. Compas.js is a framework based on a structure providing generated routers, validators, typed api clients and more. Code-gen processs The code-gen package is built like any p...44 readsRefactoring Compas code-genCompas.js
Pranav Patanipranavpatani.hashnode.dev·Sep 3, 2022TEMPLATE LITERALS - Make Your Coding Experience Better.I recently started learning JavaScript. It is a very powerful language that can create wonders on your webpage. But it is not easy, just like any other language, you need to do a lot of practice to get an in-depth understanding of the concepts. That...1 like·108 readsJavaScript