scope-chains-closures icon indicating copy to clipboard operation
scope-chains-closures copied to clipboard

Javascript Scope Chains And Closures Workshop

Results 25 scope-chains-closures issues
Sort by recently updated
recently updated
newest added

Hi, I cant use any of the nodeschool Tutorials ( those CLI). Every CLI is displaying incorrectly.Adjusting the windows size cant solve the issue. Do you have any solution ?...

### Dependabot cannot update lodash to a non-vulnerable version ![alert image](https://user-images.githubusercontent.com/24213002/104071145-c32f5b80-51c5-11eb-8fe2-a64dd0e3c01a.png) ![vulnerabilities image](https://user-images.githubusercontent.com/24213002/104071266-0ee20500-51c6-11eb-9b98-9ba13db3250e.png)

When running this workshopper I see the following error in console ``` Once complete, execute @workshoppers/scope-chains-closures verify to verify your solution. ## Notes * [1]: There are also 4 other...

loving this series, thank you for making and sharing

https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/timeline-tool

My code is: function foo(){ var bar; function zip() { bar = true; } return zip; } It fails with: operator: equal expected: '(global)\n\tfoo()\n\t- var bar\n\t- quux = ?\n\treturn zip\n\t\tzip()\n\t\t-...

## Nesting Scopes can be nested. Both Lexical and Block scopes can contain other scopes: In the actual Standard ECMA-262 there is not Block scope, so the description should be...

@SomeoneWeird The `Timeline` tab in DevTools has been deprecated and replaced with `Performance`. Instructions have been updated and new images updated.

I dont see it. Where timeline tab is? https://cl.ly/3x420x2y3Z2M