Lance
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Declaring a larger scope variable type without assigning a value to satisfy JSLint
Can I declare a variable and tell Lint what type it should be, but without giving it a value? I'm having this problem while writing Mocha/Should tests.If have something like the following:describe(... -
Created Declaring a larger scope variable type without assigning a value to satisfy JSLint
Can I declare a variable and tell Lint what type it should be, but without giving it a value? I'm having this problem while writing Mocha/Should tests.If have something like the following:describe(...