Chapter 2: CSS & JavaScript Cheat Sheet | Std 12 GSEB
Quick reference for CSS rules and JavaScript functions for GSEB Std 12 Computer Studies.
Quick reference for CSS rules and JavaScript functions for GSEB Std 12 Computer Studies.
Learn the HTML Canvas API — draw shapes, text, images, and create graphics programmatically with JavaScript.
Master HTML form validation — built-in HTML5 validation, Constraint Validation API, custom validation, accessible error messages, and best practices.
Master HTML5 APIs including Geolocation for location services, Canvas for graphics, and Local Storage for data persistence
Learn what JavaScript is and how it powers modern websites. Understand its relationship with HTML and CSS using the Human Body scenario.
Master Async/Await in JavaScript. Learn how to write clean, synchronous-looking asynchronous code using the Delivery Waiter scenario.
Learn how JavaScript integrates with HTML — the script tag, defer vs async, DOM manipulation basics, and making pages interactive.
Explore the 8 data types in JavaScript, including primitives like Strings and Numbers, and non-primitives like Objects.
Learn how to make websites interactive with JavaScript Events. Master click events, hover states, and event listeners using the Alarm Clock scenario.
Master JavaScript functions. Learn declaration, parameters, and return values using the Coffee Recipe scenario. Understand local vs global scope.
Learn how JavaScript handles numbers, understand floating-point precision, and use the built-in Math object for complex calculations.
Learn how to use Objects in JavaScript to store complex data. Master dot notation, bracket notation, and the 'this' keyword with the Car scenario.
Learn about JavaScript operators, including the important distinction between loose and strict equality.
Learn the four main ways to display output in JavaScript, including innerHTML, console.log, and window.alert.
Learn how JavaScript handles tasks that take time. Master Promises and Async/Await using the Pizza Shop scenario. No more Callback Hell!
Learn how to insert JavaScript into HTML using the script tag, and understand the difference between internal and external scripts.
Master JavaScript strings, learn how to extract substrings, replace content, and use modern template literals.
Master the basic syntax rules of JavaScript, including variables, operators, and how to properly comment your code.
JavaScript learning roadmap covering browser basics, foundations, DOM work, and async programming.
Learn how to store data in JavaScript. Master let and const, and learn why var is deprecated using the Post-it Note scenario.
Practice CSS/JS integration and interview skills — style a bio page three ways, add JavaScript interactivity, and complete a mock interview coding challenge under time pressure.
Master the Document Object Model (DOM). Learn how JavaScript interacts with HTML using the Christmas Tree scenario. Includes querySelector and getElementById.
Learn Web Components — build reusable custom HTML elements with Shadow DOM, HTML templates, and the `<slot>` element.