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.