Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

untitled notebook

node v8.17.0
version: master
endpointsharetweet
const x = ({ a: 1, b: 2, c: function(){}, d: [1,2,2,3,4,5,6] })
// There is a bug here. The "Key" of the map (x) should be expandable like the next example. new Map([[x, 1]])
// I'm only including this example because the previous has a bug. // but notice that the key can expand. require("immutable").Map([[x, 1]])
// Notice the drop down menu on the right. "http://google.com"
"https://i.imgur.com/ZLYOApz.jpg"
// downloaded HTML (await require("got")("http://google.com")).body
// Buffers are used to store arbitrary data. (also notice the dropdown) new Buffer("askjdfhksadljfhasdlkjfhasdfsakldjfhasf", "utf8")
/^hello$/
({lat: 12.123123123123, lng: 90.123123123123123})
// The chart will never show by default because we're not confident enough. // but you can see it behind the dropdown. ({Randy: [1,2,3], Francicsco: [4,5,6], Maya: [1,4,3]})
function throwAnError() { throw new Error("this is an error"); } function y() { throwAnError(); } y()
console.log("When there is an error in a previous cell the program has crashed and can no longer run");
Loading…

no comments

    sign in to comment