Javascript: Sadah Anjum Shanto Lecturer, Dept. of Cse Bangladesh University of Business and Technology
This document provides an introduction to JavaScript concepts including document.write() for printing output, declaring variables, operators, string concatenation, measuring string length, arrays, and functions. It was written by Sadah Anjum Shanto, a lecturer in the Computer Science department at Bangladesh University of Business and Technology.
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
0 ratings0% found this document useful (0 votes)
45 views10 pages
Javascript: Sadah Anjum Shanto Lecturer, Dept. of Cse Bangladesh University of Business and Technology
This document provides an introduction to JavaScript concepts including document.write() for printing output, declaring variables, operators, string concatenation, measuring string length, arrays, and functions. It was written by Sadah Anjum Shanto, a lecturer in the Computer Science department at Bangladesh University of Business and Technology.
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 10
JavaScript
SADAH ANJUM SHANTO
LECTURER, DEPT. OF CSE BANGLADESH UNIVERSITY OF BUSINESS AND TECHNOLOGY document.write() • Works as “printf()” in C. • Used to print/show any output var variablename=value • Used for defining integer, float, string and Boolean values. OPERATORS CONCATENATION STRING LENGTH MEASUREMENT • Can be used for determining the password length (too short/too long) ARRAY FUNCTION FUNCTION ALERT!!