© Robert E. Beasley 2020
R. E. BeasleyEssential ASP.NET Web Forms Developmenthttps://doi.org/10.1007/978-1-4842-5784-5_26

26. JavaScript Programming

Robert E. Beasley1 
(1)
Franklin, IN, USA
 

26.1 Introduction

JavaScript is a sophisticated, general-purpose, object-oriented, interpreted programming language originally developed by Netscape Communications Corporation for building Web applications that require client-side processing (i.e., processing that occurs in the browser).1 In addition, JavaScript is a non-type-safe programming language . This means that an invalid operation on an object (e.g., adding a string value to an integer value) will not be detected at design time (i.e., when the source code is parsed and compiled) but will be detected at ...

Get Essential ASP.NET Web Forms Development: Full Stack Programming with C#, SQL, Ajax, and JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.