Explore tweets tagged as #CodingDifficulty
@Phemieny7
Femi
3 years
@csaba_kissi function CodingDifficulty() { const [isHard, setIsHard] = useState(false); useEffect(() => { setIsHard(true); }, []); return ( <div> <h1>Is coding hard?</h1> <p>{isHard ? "😓 Yes, coding is hard to learn" : "😎 No, coding is not hard."}</p> </div>
0
1
5
@codevibe_
Code Vibe
2 years
Welcome! community of Code Vibe! Let's begin by posing a challenge. Use #CodeVibeChallenge to share a coding tip or your preferred coding resource. Flow with the wisdom of coding! 💡🖥 #CodingDifficulty
0
0
2