Dinesh Kumar Kblog.dineshcloud.in·Oct 13, 2024Control Structures in Shell ScriptingControl structures are essential components of shell scripting that allow you to control the flow of execution based on certain conditions or to repeat tasks. This blog post will explore conditional statements, loops, and case statements, providing y...DiscussLinuxLinux
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 14, 2024Lecture # 4 - Decision Making in Shell ScriptDecision Making in Shell Script: Decision making in shell scripting is typically achieved using conditional statements. The most commonly used conditional statements in shell scripting are the if, elif (optional), and else statements. if Statement: T...DiscussDevops
Daniel Brobäckdannebrob.hashnode.dev·Jul 17, 2022Comparison of values in JavaScriptIn JavaScript, there are multiple ways to write conditionals. The first way most new developers get introduced to and get comfortable with is the “if statement”, “else statement” and the “else if” statement. Hi 👋 and welcome to the second part of th...Discuss·110 readsConditionals in JavaScriptJavaScript
Daniel Brobäckdannebrob.hashnode.dev·Jul 12, 2022Basics of If, Else and Else If statementsIn Javascript, there are multiple ways to write conditionals. The first way most new developers get introduced to and get comfortable with is the “if statement”, “else statement” and the “else if” statement. Hi 👋 and welcome to the first part of th...Discuss·103 readsConditionals in JavaScriptJavaScript