Hi There,
I'm Ahmad

i am into

About Me
Mrcode Logo

M r c o d e

Chat with us

About Me

I'm Ahmad

Full Stack Developer

I am a Full-Stack developer based in kerala, India. . I am very passionate about improving my coding skills & developing applications & websites. I build WebApps and Websites using MERN Stack. Working for myself to improve my skills. Love to build Full-Stack clones.

email : ahmadshjahan3000@gmail.com

place : kerala, India - 691534

Welcome to Ahmad's Web Development Services

Ready to bring your ideas to life? Click below to book your website development!

Book Your Website

Skills & Abilities

Latest Articles & Tutorials

Stay updated with the latest trends, tips, and tutorials in web development and coding. Explore insights into our development process and watch video tutorials to enhance your skills.

Modern Web Design Trends

Modern Web Design Trends in 2025

Explore emerging trends in responsive design, minimalism, and interactive user experiences.

Read More
CSS Grid vs Flexbox

CSS Grid vs Flexbox: When to Use Each?

Learn the differences and best use cases for CSS Grid and Flexbox layouts.

Read More

Step-by-Step Tutorials

Creating a Responsive Navigation Bar

View Tutorial

Building Dynamic Forms with JavaScript

View Tutorial

Code School

Learn to code with MrCode

Web Development

Learn HTML, CSS, JavaScript, and more

Download Syllabus Start Learning

Python Programming

Learn Python fundamentals and advanced concepts

Download Syllabus Start Learning

Data Science

Learn data analysis, machine learning, and visualization

Download Syllabus Start Learning

Why Choose MrCode?

  • Expert Instructors
  • Personalized Learning
  • Hands-on Projects
  • Lifetime Access

Join Our Community

Stay updated on new courses, resources, and industry news

Subscribe to Newsletter Follow on Social Media

Take Your First Step

Get started with a free trial and experience the MrCode difference

View MrCode
calculator.js

  // A basic calculator program
  function calculate(operation, num1, num2) {
      switch (operation) {
          case "add":
              return num1 + num2;
          case "subtract":
              return num1 - num2;
          case "multiply":
              return num1 * num2;
          case "divide":
              return num1 / num2;
          default:
              return "Invalid operation!";
      }
  }
  console.log(calculate("add", 5, 3)); // Output: 8
              
Example Codes

Get in Touch

💬 Live Chat