Skip to content
Makitweb
  • PHP
    • CodeIgniter 4
    • CodeIgniter 3
    • Laravel 9
    • Laravel 8
    • Laravel 7
    • CakePHP 4
    • WordPress
  • JS
    • JavaScript
    • JQuery
    • Vue.js
    • AngularJS
  • AJAX
  • Python
  • DataBase
  • Contact
  • Videos

While, Do-While, and For Loops in JavaScript

Last updated on November 17, 2022 by Yogesh Singh

A looping statement is used to execute and repeat a block of statements depending on the condition.

There are the following types of loops in JavaScript –

  • while
  • do-while
  • for

While, Do-While, and For Loops in JavaScript

Read more

Categories Javascript Leave a comment

How to add JavaScript to HTML page

Last updated on September 1, 2022 by Yogesh Singh

With Javascript, you can functionality on your webpage. You can use it to validate form, file upload using AJAX, submit a form, etc.

You can add JavaScript code using an external .js file or directly specify code between <script > tags on the page.

In this tutorial, I show both ways to include Javascript code on the page.

Read more

Categories Javascript Leave a comment

How to add comment in JavaScript

Last updated on September 1, 2022 by Yogesh Singh

A comment is a part of the program which doesn’t execute when running the program.

Its only purpose is to be read by someone who is editing the code.

In JavaScript, there are two types of comments –

  • Single line, and
  • Multiple lines

How to add comment in JavaScript

Read more

Categories Javascript Leave a comment

PHP Decision making and switch statements

Last updated on November 17, 2022 by Yogesh Singh

All programming languages have decision-making statements that allow controlling the flow of the program.

You can define what code to be executed when the condition is TRUE and when it’s FALSE.

In this tutorial, I show various types of the conditional statements in PHP.

PHP Decision making and switch statements

Read more

Categories PHP Tags conditional statements Leave a comment
Older posts
Newer posts
← Previous Page1 … Page109 Page110 Page111 Next →

Recent Posts

  • How to Upload file and Display preview in CakePHP 4
  • How to Add Toggle button in DataTables with jQuery PHP
  • Add and Save CKEditor 5 data to MySQL database with PHP
  • How to Upload and Resize Image in CodeIgniter 4
  • 5 Star Rating system with jQuery AJAX in CodeIgniter 4

Join 6,000+ other subscribers.

  • Home
  • About
  • Privacy Policy
  • Contact
  • Sitemap
  • Videos

© 2016-2023 Makitweb, All rights reserved