Skip to content

aliyaalias19/Full-Pyramid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Full-Pyramid

Software Technical Assessment Test

Write a JavaScript function called generateFullPyramid(n) that takes a single integer parameter to generate a pyramid pattern as described below. e.g. generateFullPyramid(4), should render an outcome as below. 1 121 12321 1234321

Acceptance Criterias:

  1. Ensure the solution is clear, well-organized, and follows best practices in JavaScript coding.
  2. You are recommended to add in inline comment to explain your code logic.
  3. Error handling logic is value added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors