MEmitchel edah-ekuboinedahmitchel.hashnode.dev·Aug 23, 2022 · 2 min readPython data typeswhat are datatypes? Data types are a classification of values/data items. It tells and defines what type of operations can be performed on that particular data. there are datatypes in every programming language, and they have two different groups/var...01N
MEmitchel edah-ekuboinedahmitchel.hashnode.dev·Aug 13, 2022 · 2 min readBeginners guide to reactThis is a going to be a series of posts that will be able to guide a beginner through the basics of react to be able to build simple applications and understand how react functions. First, of all, we'll start with “what is react” and “why choose to...00