What are the different data types supported by PHP?
Tuesday, 08 August 2023
by EITCA Academy
PHP is a widely used server-side scripting language that is specifically designed for web development. It offers a rich set of data types to store and manipulate different kinds of information. These data types play a important role in PHP programming as they determine the kind of operations that can be performed on the data
What are the basic data types available in JavaScript?
Monday, 07 August 2023
by EITCA Academy
In JavaScript, there are several basic data types that are used to store and manipulate different kinds of values. These data types include numbers, strings, booleans, null, undefined, and symbols. Each data type has its own characteristics and is used for specific purposes in JavaScript programming. The number data type in JavaScript is used to
- Published in Web Development, EITC/WD/JSF JavaScript Fundamentals, Basic programming in JavaScript, Working with variables and operators, Examination review
Tagged under:
Booleans, Data Types, JavaScript, Null, Numbers, Strings, Symbols, Undefined, Web Development

