Skip to content

Instantly share code, notes, and snippets.

.filter((item, index, self) => self.indexOf(item) === index)
We couldn’t find that file to show.
console.log("Request data...");
// setTimeout(() => {
// console.log("Preparing data...");
// const backendData = {
// server: "aws",
// port: 2000,
// status: "working"
// };