Uncategorized

Start With Angular 13

What is angular? Angular is a development platform, built on Typescript. As a platform, Angular includes: A component-based framework for building scalable web applications A collection...

Continue reading...

JavaScript Arrays

                                      What is an array? An array is a special variable, which can hold more than one value. Syntax: const array_name = [item1, item2, …];   Example:...

Continue reading...