/** * This function returns the number plus two. * * @example */ function returnTwo() { return a + 2; }