Skip to content
View mahdisaal's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report mahdisaal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mahdisaal/README.md

Hi, I'm Mahdisa!

Web development student at Algonquin College

Linkedin: mahdisaalian GitHub mahdisaal

A little more about me...

const mahdisa = {
  pronouns: "she" | "her",
  askMeAbout: ["web dev", "graphic", "design"],
  code: [Javascript, HTML, CSS, C#, Python, MySql],
}

Top Langs

I love connecting with different people so if you want to say hi, I'll be happy to meet you more!

Popular repositories

  1. Book-info Book-info Public

    This JavaScript code prompts the user to enter information about several books and then displays a summary of those books, including the number of books and details for each book using HTML formatt…

    JavaScript

  2. Working-with-the-DOM Working-with-the-DOM Public

    This is a code for Working with the Document Object Model. It includes 8 questions that demonstrate different operations with the DOM such as changing the text content, modifying styles, inserting …

    JavaScript

  3. Form-validation Form-validation Public

    This project provides form validation in JavaScript, allowing users to check if the input fields in a form meet specific criteria and display error messages if they do not.

    HTML

  4. JQuery JQuery Public

    This project demonstrates the use of jQuery in JavaScript, showing how to manipulate the DOM, handle events, and make AJAX requests using jQuery.

    HTML

  5. Join_sql Join_sql Public

    This project consists of SQL queries that involve inner joins, left joins, WHERE/FROM clauses, and SUM functions, all utilizing the world database.

  6. Grade_calculator Grade_calculator Public

    This Python script prompts the user for input values to calculate a course grade based on weight percentages of assignments, midterms, and a final exam. The script includes functions for getting th…

    Python