forked from Ontraport/frontend-interview-test-short
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Ontraport/frontend-interv…
…iew-test-short Conflicts: README.md
- Loading branch information
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,20 @@ Thank you for taking the time to take our test. | |
###Requirements: | ||
0. All computation must take place on the client. Sorry no posting to the server, we want to see your | ||
front end skills. | ||
|
||
1. To get started fork this repo into your own GitHub account. | ||
2. Using the existing form markup in `index.html`, create a script that on form submit | ||
|
||
2. Without changing the existing form markup in `index.html`, create a script that on form submit | ||
prepends the contents of the from `<input type="text" name="post" placeholder="thoughts?"/>` | ||
to `<div id="page">`. | ||
|
||
3. For each input value prepended, concatenate the second of the current browser date to | ||
the input value. | ||
4. Commit your code to your public git repo or zip it up. Then send us an email with the subject | ||
"Front-end short test" that contains a link to your repo or has your test zip attached. | ||
|
||
|
||
4. Once you finish coding, please | ||
a. submit a pull request | ||
b. then send an email with the subject line "Front-end short test" to [email protected]. Make sure to include your resume and a link to the pull request. | ||
|
||
There is a time and place for javascript frameworks. This might not be it. We want to see your javascript skills so we | ||
would like to see your solution be done in vanilla javascript, jQuery or a similar javascript library. That being said | ||
if you feel strongly that this problem needs a framework by all means use one and tell us why. | ||
|
@@ -32,4 +37,4 @@ Check out the GIF below to see a working example of what a finished test might a | |
|
||
![](steps.gif) | ||
|
||
Good Luck! | ||
Good Luck! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters