Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
#4 JavaScript Tutorials | Statements and comments
Play lesson

JavaScript Tutorial for Beginners - #4 JavaScript Tutorials | Statements and comments

5.0 (3)
31 learners

What you'll learn

This course includes

  • 9.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

Check out our courses: AI Powered DevOps with AWS - Live Course :- https://go.telusko.com/AIDevOps-AWS Coupon: TELUSKO10 (10% Discount) Complete Java Developer Course Batch-4: https://go.telusko.com/Complete4 Coupon: TELUSKO10 (10% Discount) Master Java Spring Development : https://go.telusko.com/masterjava Coupon: TELUSKO20 (20% Discount) Udemy Courses: Spring: https://go.telusko.com/udemyteluskospring Java:- https://go.telusko.com/udemyteluskojava Java Spring:- https://go.telusko.com/Udemyjavaspring Java For Programmers:- https://go.telusko.com/javaProgrammers Python : https://go.telusko.com/udemyteluskopython Git : https://go.telusko.com/udemyteluskogit Docker : https://go.telusko.com/udemyteluskodocker For More Queries WhatsApp or Call on : +919008963671 website : https://courses.telusko.com/ Statements in JavaScript – A computer program is a list of “instructions” to be “executed” by a computer. In a programming language, these programming instructions are called statements. JavaScript program is a list of programming statements. Most JavaScript programs contain many JavaScript statements. The statements are executed, one by one, in the same order as they are written. Semicolons (;) Semicolons separate JavaScript statements. On the web, you might see examples without semicolons. Ending statements with semicolon is not required, but highly recommended. JavaScript Comments – JavaScript comments can be used to explain JavaScript code, and to make it more readable. JavaScript comments can also be used to prevent execution, when testing alternative code. Single Line Comments (//) – Single line comments start with //. Any text between // and the end of the line will be ignored by JavaScript (will not be executed). Multi-line Comments (/* */) – Multi-line comments start with /* and end with */. Any text between /* and */ will be ignored by JavaScript. For Program code and more resources checkout this article - https://simplesnippets.tech/statements-comments-in-javascript/ Video by - Tanmay Sakpal Simple Snippets Channel link - https://www.youtube.com/simplesnippets

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere