Saturday, October 30, 2021

How to create easy Quiz Application for beginner?

If you are learning any computer language , It is important to make some project or interesting App and combined you knowledge or components which you have learnt. Quiz Application is one of them .Not only it allow to test your knowledge but also  it is very interesting. If you know JavaScript or beginners of JavaScript and learning library like jQuery. It is fun to make simple project or quiz application by hide and toggle function. 

Below is video of step by step video tutorial for how to make quiz application in JavaScript. HTML, CSS,  Bootstrap and JavaScript are main topics for this tutorial.


  

java switch statement | Java Tutorial For Beginners

 Switch statement is alternative and more cleaner way to write code if we have more than two options. we can use else if, this is better way...