Skip to content

dalveerchaudhary/PHP-Notes-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Notes-

  1. Variables
    . Var, Let, Const
  2. Data Types
    . string, number, boolean, object, array, null, undefined
  3. Operators
    . Arithmetic, Comparison, Logical, Assignment
  4. Control Flow
    . If, else, switch
  5. Loops
    . for, while, do-while, for...of, for...in