dhiashalabi / js-lab-2-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript lab 2

Overview

Build a function that concatinates (adds) to strings

Instructions

  1. Prepare a function called addingTwoStrings() that accepts 2 parameters and returns them concatinated with a space between them.

About


Languages

Language:HTML 62.6%Language:JavaScript 37.4%