Open Web Browser Inspect -> console and let’s do some fun: 1 2 3 4 5 6 7 8 // Error -> a is not define a; // Alert Massage alert(120); // Clear the console from inspect clear() console.l...
Introduction to Data Science Data Science Importance is growing day by day. Data Science is a combination of various tools, algorithms, and machine learning principles with the goal to discover hi...
1. Hello World Program # This program prints Hello World! on the screen print("Hello World!") In this program, we have used the built-in print() function to print the string Hello, world! on our...
08. String Slicing and their Fuctions
02. Console
A new version of content is available.