SKSumangal karaninsumangal.hashnode.dev·Dec 25, 2023 · 2 min readjavascript oparationCertainly! Here are some examples of how JavaScript can be used to perform various operations on a blog: DOM Manipulation: // Change the text of a blog post title document.getElementById('blog-post-title').innerText = 'New Title'; // Add a new par...00
SKSumangal karaninsumangal.hashnode.dev·Dec 25, 2023 · 3 min readjava script data typeJavaScript is a dynamic, loosely-typed language, which means it doesn't require you to declare the data type of a variable when you create it. JavaScript has several built-in data types, each with its own unique characteristics and uses. Here are som...00
SKSumangal karaninsumangal.hashnode.dev·Oct 19, 2023 · 3 min readPython Data TypeTitle: Understanding Python Data Types: A Comprehensive Guide Introduction: Python is a versatile programming language known for its simplicity and readability. One of the key features that make Python so popular is its ability to handle various data...00
SKSumangal karaninsumangal.hashnode.dev·Jul 9, 2023 · 4 min readPycal is a beautiful calculatorMastering Mathematics with PyCal: A Python Calculator Program Introduction: In the world of programming, Python has become one of the most popular languages for its simplicity and versatility. It can be used for a wide range of applications, includin...00
SKSumangal karaninsumangal.hashnode.dev·Jun 25, 2023 · 4 min readBash script learnIntroduction: Bash scripting is a powerful skill that can significantly enhance your efficiency as a developer or system administrator. With the ability to automate repetitive tasks, manipulate files and directories, and execute complex commands, Bas...00