Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanpeck/wordladder
A JavaScript code interview snippet
https://github.com/nathanpeck/wordladder
Last synced: 7 days ago
JSON representation
A JavaScript code interview snippet
- Host: GitHub
- URL: https://github.com/nathanpeck/wordladder
- Owner: nathanpeck
- Created: 2015-01-12T21:35:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T20:25:09.000Z (almost 10 years ago)
- Last Synced: 2024-10-28T21:11:51.362Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 508 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordladder
A testing code snippet I use in JS interviews to test if candidate is capable of recognizing the
difference between good and bad code, interpret, and refactor code which is not written in a clear
manner.