Skip to content

codeprep/coding_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f61aa7f · Nov 22, 2015

History

23 Commits
Nov 22, 2015
Nov 22, 2015
Nov 22, 2015
Nov 22, 2015
Nov 22, 2015
Nov 22, 2015
Nov 22, 2015
Nov 22, 2015
Nov 22, 2015
Nov 22, 2015
Nov 21, 2015
Nov 21, 2015
Nov 21, 2015
Nov 22, 2015
Nov 22, 2015

Repository files navigation

[![Gitter][gitter-image]][gitter-url]

CodePrep.io Coding Challenges

If you interview for a job for a full-stack developer, front-end developer or back-end developer, you will face a coding challenge. These coding challenges will test your programming skills and knowledge.

CodePrep.io has produced these series of coding challenges to help you improve your ability to handle these challenges during your job interview.

Table of Contents

  1. Requirements
  2. Installation Instructions
  3. [Writing Your Solution] (#coding)
  4. [Testing Your Code] (#testing)
  5. Contributing

Requirements

  • Mocha
  • Should
  • Sinon

Installation

[~]                 $ git clone https://github.com/codeprep/coding_challenges
[~]                 $ cd coding_challenges
[coding_challenges] $ npm install
[coding_challenges] $ cd createAnagrams
[createAnagrams]    $ vi createAnagrams.js
[createAnagrams]    $ npm test
```


## Coding
Each folder will have a file with instructions. Open this file in your favorite editor. Read the directions.
Add your code in the function. DO NOT rename the file or the function in the file.


## Testing
Once you have finished writing your code, enter npm test at the command line. You must be in the folder that you are
testing your code.  


## Contributing
See [CONTRIBUTING.md] (CONTRIBUTING.md) for contribution guidelines


[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/codeprep/coding_challenges

About

Coding Challenges you might face in a full-stack developer job interview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published