javascript

What is TypeScript?

TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is designed for development of large applications and transcompiles to JavaScript. TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for

What is TypeScript? Read More »

Introduction to New Angular

What is Angular? Angular (2+) is not a programming language like JavaScript or TypeScript. Angular is a front-end or client-side Framework, which needs a programming language like Typescript (developed by Microsoft). The angular platform facilitates the creation of single-page web applications. Angular combines declarative templates, dependency injection, end-to-end tools and integrated best practices to solve

Introduction to New Angular Read More »

Validate Turkish ID Number with jQuery Validation Plugin

What is jQuery Validation Plugin? The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy. This jQuery plugin offers a lot of customization options while simplifying simple client-side form validation. It’s a good choice if you’re creating something new from scratch, but

Validate Turkish ID Number with jQuery Validation Plugin Read More »

History of JavaScript

What is JavaScript? JavaScript is an object scripting language used in HTML with the markup language HTML. JavaScript is very popular and is universally adopted by every web browser for its support to enable dynamic content to be played on a web page. JavaScript does not contain or comply with any HTML tags or rules.

History of JavaScript Read More »

JavaScript – Objects

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects,

JavaScript – Objects Read More »

JavaScript – Functions

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects,

JavaScript – Functions Read More »