<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bright-Anyawe</title>
    <description>The latest articles on DEV Community by Bright-Anyawe (@brightanyawe).</description>
    <link>https://dev.to/brightanyawe</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1263869%2F275b0e25-d71b-4264-9861-1ba81bbc0003.jpg</url>
      <title>DEV Community: Bright-Anyawe</title>
      <link>https://dev.to/brightanyawe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brightanyawe"/>
    <language>en</language>
    <item>
      <title>Need help with the Odin Project 'Tic Tac Toe'</title>
      <dc:creator>Bright-Anyawe</dc:creator>
      <pubDate>Mon, 29 Apr 2024 08:59:09 +0000</pubDate>
      <link>https://dev.to/brightanyawe/need-help-with-the-odin-project-tic-tac-toe-2gim</link>
      <guid>https://dev.to/brightanyawe/need-help-with-the-odin-project-tic-tac-toe-2gim</guid>
      <description>&lt;p&gt;I have started the Odin Project 'create the Tic Tac Toe game', and the instruction say use factory function and modules but first store your gameboard array in the Gameboard object. it been two days now I don't even know how to continue with it, Any help will be appreciated with some guide to know how to go about it.&lt;/p&gt;

&lt;p&gt;NOTE!!: Is it advisable to copy some part of others code on the website to create the App.&lt;/p&gt;

&lt;p&gt;const Gameboard = (function() {&lt;br&gt;
    let currentPlayer = "X";&lt;br&gt;
    const gameboard = [&lt;br&gt;
        "", "", "",&lt;br&gt;
        "", "", "",&lt;br&gt;
        "", "", ""&lt;br&gt;
    ];&lt;br&gt;
    let gameActive = true;&lt;br&gt;
})();&lt;br&gt;
This is where I am so far&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
