SShahnawazinblog-by-shahnawaz.hashnode.dev·Mar 13 · 5 min readJavaScript Operators: The Basics You Need to KnowWhen we start learning JavaScript, one of the first things we see is operators.Operators are used almost everywhere in code. When we do math, compare values, or check conditions, operators are used. I00
SShahnawazinwhy-version-control-exists-blog.hashnode.dev·Feb 7 · 3 min readWhy Version Control Exists: The Pendrive ProblemIntroduction If you ever did any coding project, you must have seen folders like this: project project_final project_final_v2 project_final_last project_final_real_final And still you feel confused like:Which one is correct? This is where the ...00