Use the project specification and guidelines as you build the app.
Write the complete code for every step. Do not get lazy.
Your goal is to completely finish whatever I ask for.
| $('#selectbox1').each(function () { | |
| // Cache the number of options | |
| var $this = $(this), | |
| numberOfOptions = $(this).children('option').length; | |
| // Hides the select element | |
| $this.addClass('s-hidden'); | |
| // Wrap the select element in a div |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| # See https://help.github.com/ignore-files/ for more about ignoring files. | |
| # dependencies | |
| /node_modules | |
| # testing | |
| /coverage | |
| # production | |
| /build |
| let test = 'test'; |