Piraty Ola WayOla and Lillian(8 🏴‍☠️👸)Log InGet started

If Statements

If Statements In JavaScript

(If Statement inside gatsby-node.js in JavaScript)[https://pbs.twimg.com/media/F-krR_tWcAAnI_I?format=jpg&name=large]

Ahoy 🏴‍☠️-Dev! 🥳👍 I tried out:

// gatsby-node.js


async function slugifyMarkdownRemarkNode(gatsbyUtils) {
  const { actions, node, getNode } = gatsbyUtils;
  const { createNodeField } = actions;

  if (node.internal.type === "MarkdownRemark") {
    const slug = createFilePath({ node, getNode });

    createNodeField({
      name: "slug",
      node,
      value: slug,
    });
  }
}

Day XX of #100daysofjavascript

Check out https://wesbos.com/javascript by @wesbos for more JavaScript Price: $0

Because #javascript will never die 💪🥳🏴‍☠️

© Lillian (7 🏴‍☠️👸) and Cap'n Ola Vea (43 🏴‍☠️⛵) and their cheerful crew of skill-builder pirates 1554 - 2023