#markFifteen

Introduction to Python

Welcome! Are you completely new to programming? If not then we presume you will be looking for information about why and how to get started with Python.

Introduction of javaScript

JavaScript was initially created to “make web pages alive”.The programs in this language are called scripts.

Check your string is palindrome or not?

What is a palindrome? If a string read the same from forward or backward. Example:- madam, dad, pop, radar, etc.

CSS: Flex-box property

It makes, easier to design a flexible responsive layout without using positioning and float property.

How well do you know my friend?

A game built using CLI with JavaScript language for fun. The game asks you some basics questions about me.

Arrow function in javaScript

One of these syntaxes was Arrow Function. Arrow function syntax introduces new ways to write a function.

Profit or loss on your stock?

An application that can tell you your loss and profit on the share market. But make sure that, your profit and loss is more than 50% of the money.

Difference between function declaration and function expression?

Function declaration The first difference is name, when you create a function with a name, that is a function declaration( not an anonymous function).

Part1: JavaScript Array

Basically! JavaScript array is a collection of data (elements in all types of, such that string, number, boolean, an array).