
JavaScript helps to compare the two different strings. A comparison of strings in java-script is quite an easy task. In java-script string, the operation can be done using the equals to the operator. For example: var string1 = "this is... Read more

Corona Virus which has been declared as a global pandemic is spreading rapidly across the world. Here is the Global map that shows the live update of the epidemic. Corona Virus Live Update Worldwide credit: “Johns Hopkins University” or... Read more

APP MONETIZATION MODELS AND HOW TO MONETIZE APPS Introduction Mobile apps plays an important role in every smartphones out there. Each one of us has a list of some favorite apps which we like to open again and again. Every... Read more

PLEASE WAIT WHILE THE DOCUMENT IS LOADING….. [pdf-embedder url=”https://techbytesonline.com/wp-content/uploads/2020/02/software-engineering-class-notes.pdf”] Read more

The autocomplete attribute The autocomplete attribute used in html is to predict the value filled previously. The attribute autocomplete=”on | off” helps to fill the previously typed value in the input field. The autocomplete attribute works for input field with... Read more

Hello Everyone. This is our brand new tutorial series on Electron JS which is the most popular framework for building desktop applications using javascript. Hope you’ll find it useful. This tutorial is especially suited for beginners who want to learn... Read more

If you have tried to use jquery version of owl carousel in your existing vuejs project or tried to convert jquery based application to vuejs you might have trouble making owl carousel to work flawlessly. The carousel might load... Read more

Passing arguments in button click event are the most commonly needed functionality in many mobile applications. In case of applications such as quiz, tic tac toe or anything which has an array of buttons /elements handling the event for... Read more

In our previous tutorial, we have made the tic tac toe game in javascript using modern class-based syntax added in ES6. In this post, we are going to clone the same game in VueJS instead. If you are learning Vue... Read more