Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS Fundamentals 1: Work done in comments #384

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

SW-Muriu
Copy link

@SW-Muriu SW-Muriu commented Sep 9, 2023

  1. Leveraged Template Literals with Backticks

Employed JavaScript's template literals using backticks to create more readable and dynamic strings. This enhances code clarity and makes string interpolation easier.

  1. Implemented Truthy and Falsy Value Handling in JavaScript

Utilized the concept of truthy and falsy values in JavaScript to streamline conditional logic. This approach simplifies code and improves readability when working with conditional statements.

  1. Utilized Strict and Loose Comparison Operators

Leveraged both strict (===) and loose (==) comparison operators in JavaScript for different use cases. This ensures accurate comparisons and enhances code reliability.

  1. Employed Ternary Statements for Concise Conditional Expressions

Integrated ternary statements into the codebase to create concise and easily readable conditional expressions. This improves code efficiency and maintainability.

@SW-Muriu
Copy link
Author

SW-Muriu commented Sep 9, 2023

  1. Leveraged Template Literals with Backticks

Employed JavaScript's template literals using backticks to create more readable and dynamic strings. This enhances code clarity and makes string interpolation easier.

  1. Implemented Truthy and Falsy Value Handling in JavaScript

Utilized the concept of truthy and falsy values in JavaScript to streamline conditional logic. This approach simplifies code and improves readability when working with conditional statements.

  1. Utilized Strict and Loose Comparison Operators

Leveraged both strict (===) and loose (==) comparison operators in JavaScript for different use cases. This ensures accurate comparisons and enhances code reliability.

  1. Employed Ternary Statements for Concise Conditional Expressions

Integrated ternary statements into the codebase to create concise and easily readable conditional expressions. This improves code efficiency and maintainability.

@SW-Muriu SW-Muriu marked this pull request as draft September 9, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant