DBDheeraj Bhosaleinithink.hashnode.dev·May 21, 2024 · 4 min readModule 6 : Errors, exceptions, debugging, and troubleshootingAfter completing Module 6, the student will: gain an understanding of the differences between syntactic, semantic, and logical errors; understand the concept of an exception and distinguish between the basic exceptions generated by JS when an error...00
DBDheeraj Bhosaleinithink.hashnode.dev·Feb 18, 2024 · 9 min readModule 5 : FunctionsAfter completing Module 5, the student will: be able to declare and call functions; know how to pass call arguments to a function and return the result of its operation from it; understand the concept of a local variable and the effect of shadowin...00
DBDheeraj Bhosaleinithink.hashnode.dev·Feb 16, 2024 · 2 min readModule 4 : Control Flow – Conditional Execution and LoopsLoops After completing Module 4, the student will: be able to force conditional execution of a group of statements (make decisions and branch the flow) using if-else and switch commands; be able to force a group of statements to repeat in a loop us...00
DBDheeraj Bhosaleinithink.hashnode.dev·Feb 15, 2024 · 6 min readModule 3 : Operators and User InteractionAfter completing Module 3, the student will: know what operators are and how to classify them (by type of operand, by number of operands, etc.) be able to use assignment, arithmetic, logical, and comparison operators in practice; understand the op...00
DBDheeraj Bhosaleinithink.hashnode.dev·Feb 14, 2024 · 18 min readModule 2 : Variables, Data Types, Type Casting, and CommentsJS Institute Edube.org After completing Module 2, the student will: have the knowledge and skills to work with variables (i.e. naming, declaring, initializing and modifying their values) understand concepts such as scope, code blocks, shadowing, an...00