For the second part of this issue I want to mock some custom functions in a JavaScript file. By this I mean to create the function names themselves, without making them work. Knowing which functions we will need ahead of time is part of good application planning and also lends itself to Test Driven Development (we'll want to have some tests in place as the complexity of the app grows - more on that in the future).
Here are some of the functions we'll need:
[ ] validate spaces (should probably decide on a naming convention, spaces or squares?)
This is going to be a fairly simple first part of the issue:
What I mean here is that I'll add a reference to the public VueJS library ( as seen in the tutorials here: https://laracasts.com/series/learn-vue-2-step-by-step )
For the second part of this issue I want to mock some custom functions in a JavaScript file. By this I mean to create the function names themselves, without making them work. Knowing which functions we will need ahead of time is part of good application planning and also lends itself to Test Driven Development (we'll want to have some tests in place as the complexity of the app grows - more on that in the future).
Here are some of the functions we'll need:
spaces
orsquares
?)