Your function must use map method
-
Write a function which returns array of usernames.
const users = [ {
import { ApolloClient } from 'apollo-client'; | |
import { ApolloLink, from } from 'apollo-link'; | |
import { InMemoryCache } from 'apollo-cache-inmemory'; | |
import { HttpLink } from 'apollo-link-http'; | |
import { onError } from 'apollo-link-error'; | |
import { setContext } from 'apollo-link-context'; | |
import { RetryLink } from 'apollo-link-retry'; | |
import { loadState } from './localStorage'; | |
export default function generateGraphqlClient({ typeDefs, resolvers }) { |
Created by Oganisyan Vrezh oganisyan.com.
Pick one:
You don't know JS
Hey guys, Now I'm working on my slides and they're not ready yet but I've made some draft for you to familiarize with topic.
I'm going to speak about my experience as a junior developer, about two generation of Interns that I've been mentoring at Simply Technologies and about my experience as a JS Instructor at ACA. I've noticed tons of tips that I can share with others, also there are a lot of things