JavaScript unit testing with Jasmine


For this tutorial, we first need to install the latest version of Jasmine. We will use Jasmine 3.4 as a standalone version Download the latest version of Jasmine from https://jasmine.github.io and unpack the file in your workspace Alternatively, you can install Jasmine from the command line: #Global installation npm install -g jasmine #Local installation: npm […]

My first bundle with Webpack 4


Webpack is a open-source bundler for web assets like CSS or JavaScript files To install Webpack you will need NPM to be installed on your computer or any similar package manager like Yarn. Open a command line and go to the root directory of your project, then run C:\>xampp\htdocs\webpack-project>npm install webpack –save-dev   Proceed to […]

What is Bootstrap?


Bootstrap is the most popular front-end framework for building responsive, mobile-first apps.

JavaScript Object Literals


An object literal is a comma-separated list of name-value pairs wrapped in curly braces. Object Literals can contain others Object Literals, Arrays and Functions.

What is JavaScript?


JavaScript is a programming language used to display dynamic HTML and CSS in Webbrowsers