ʀᴇɢɪx – Telegram
ʀᴇɢɪx
550 subscribers
160 photos
59 videos
35 files
143 links
We design & develop modern websites for businesses and startups in Ethiopia | Based in Addis Ababa.
Sharing resources, code, and portfolios to help developers grow.

💬 Join the discussion: @codebyion
Download Telegram
CSS

Which property is used to make a website responsive?
Anonymous Quiz
6%
flex-grow
79%
media queries
9%
z-index
6%
position
JavaScript

Which of the following correctly defines a JavaScript arrow function?
Anonymous Quiz
33%
function =>() { return true; }
37%
let func = () => true;
13%
() => { true; }
17%
function = () => { return true; }
JavaScript

What is the result of typeof null in JavaScript?
Anonymous Quiz
44%
"null"
31%
"undefined"
22%
"object"
2%
"function"
ʀᴇɢɪx pinned a photo
📚 Here are the BEST #FREE resources to level up your #JS skills

Courses & Guides
MDN Web Docs
JavaScript.info
FreeCodeCamp

YouTube
Traversy Media (Crash Course)
The Net Ninja (Full Playlist)

GitHub
You Don’t Know JS (Book)
JavaScript Algorithms (DS & Algos)

Build Projects & Practice
JavaScript30 (30 Mini-Projects)

@etwebs
👍5🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
ግዕዝ CAPTCHA try it  the words are funny 😂

@etwebs
👍8👨‍💻2
❤️❤️Happy mother's day❤️❤️

@etwebs

Do you need the source code??? leave a reaction
8🔥1
ʀᴇɢɪx
Happy mother
❤️❤️Happy mother's day❤️❤️

@etwebs

Do you need the source code??? leave a reaction
9🔥2❤‍🔥1
What is javanoscript:void(0)?

If you have encountered the javanoscript:void(0) construct but did not understand its meaning, this article explains what it does and why it is used.

We will understand why it is often used in HTML links and in which cases it is worth abandoning this technique.

🔗 Read the article

@etwebs
👍4
This media is not supported in your browser
VIEW IN TELEGRAM
Did you know this trick?

Create a real-time CSS editor in just a few lines of HTML:

contenteditable — makes <style> editable right on the page

style="display: block" — makes the <style> tag behave like a block element so it's visible and editable

When you change the text inside <style>, the browser immediately applies the new styles to the entire page

You can interactively change styles without JS — a cool hack for learning


If it's interesting don't forget to react and share 😍

@etwebs
🔥8👍21
hello every one This is single page website for medical service
futures have
#responsive
#1_page only
#built using only html css and javanoscript

and also you can handel emails by using web3forms after sign in you can get the ACCESS KEY and paste on the form section and you will receive email smoothly 

Here the link https://medicore-et.netlify.app/

And if you need the source code comment source code and also don't forget to react for more content like this

@etwebs
🔥8👏31
This media is not supported in your browser
VIEW IN TELEGRAM
NEW in HTML Close Modals WITHOUT JavaScript

Meet the closedby="any" attribute a game changer for native HTML modals

How it works
Close with a button (method="dialog")
Close by clicking outside (backdrop)
Close with the Escape key
Zero JavaScript needed for closing!

👉 Live Demo CodePen Link
(Works in Chrome, Edge, Android Browser)

@etwebs
🔥42👍1🫡1
What is the map() method in JavaScript and how is it used?


map() is a JavaScript array method that creates a new array by transforming each element of the original array using a given function.
The original array is not modified.

Example

const numbers = [1, 2, 3, 4, 5];

// Multiply each element by 2
const doubled = numbers.map(num => num * 2);

console.log(doubled); // [2, 4, 6, 8, 10]


In this example:

• map() applies a function to all elements of the array
• Returns a new array with the results
• Ideal for data transformations

@etwebs| #JS
👍9
A real treasure for developers

This site collects cheat sheets for many programming languages, frameworks and technologies: from JavaScript to Git and css ...

Everything is sorted alphabetically for ease of use, and each of the cheat sheet elements leads to documentation

When you urgently need to remember the syntax or command - a must-have: https://overapi.com/

@etwebs #js #resources
👍5🤝2
ʀᴇɢɪx pinned a photo
Update your Telegram app, and you'll see a chat icon in the bottom-left corner. Click it to send a direct message to my channel so I can see it. You can reach out to me directly no one else will be able to see it but me.

@etwebs
👍61