https://github.com/andresmweber/accelirate-test
Interview Coding Challenge for Accelirate, Inc.
https://github.com/andresmweber/accelirate-test
andres andresmweber challenge code-challenge console interview interview-test javascript job-interview pyramid python test testing weber
Last synced: 3 months ago
JSON representation
Interview Coding Challenge for Accelirate, Inc.
- Host: GitHub
- URL: https://github.com/andresmweber/accelirate-test
- Owner: AndresMWeber
- License: apache-2.0
- Created: 2019-11-29T19:34:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T19:45:52.000Z (over 5 years ago)
- Last Synced: 2025-01-16T11:26:34.148Z (5 months ago)
- Topics: andres, andresmweber, challenge, code-challenge, console, interview, interview-test, javascript, job-interview, pyramid, python, test, testing, weber
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📝 Table of Contents
- [About](#about)
- [Built Using](#built_using)
- [Authors](#authors)## 📙 About
# Test requirements:
- Write a function that takes in a variable
- Prints to console
- Generate a pyramid which as has a base with length as passed into the functionex: if you pass 5 it will draw a pyramid of length 5 as the base
## ⛏️ Built Using
- [NodeJS](https://nodejs.org/) - Backend Code
- [Python](https://python.org/) - Testing
- [CodeClimate](https://d341kum51qu34d.cloudfront.net/images/2019-04-redesign/code_climate_logo-a046042f.svg) - Code Health Metrics# ✍️ Authors
* [Andres Weber](https://github.com/AndresMWeber)