The main gripe I have is the lack of control you have over the HTML that gets generated - it's akin to the old SharePoint platform and what it did to content.
This post is a test post to see how embedded Gists appear in Blogger.
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
const getSecret = (secret) => { | |
return { | |
get: () => secret | |
}; | |
}; | |
test('Closure for object privacy.', assert => { | |
const msg = '.get() should have access to the closure.'; | |
const expected = 1; | |
const obj = getSecret(1); | |
const actual = obj.get(); | |
try { | |
assert.ok(secret, 'This throws an error.'); | |
} catch (e) { | |
assert.ok(true, `The secret var is only available | |
to privileged methods.`); | |
} | |
assert.equal(actual, expected, msg); | |
assert.end(); | |
}); |
Unfortunately the gist isn't appearing in your RSS feed
ReplyDeleteThanks for letting me know Dave.
ReplyDeleteThis is an outstanding post on this blog. I’m happy to see it here. It’s a very helpful and overwhelming little bit of details. It’s wonderful to share this kind of Details.
ReplyDeleteSoftware Testing Training Institute in Delhi