MoreWomenInTech = MoreIdeas

Jasmin Virdi - Mar 3 '20 - - Dev Community

I am really glad to see that women are coming up with new ideas, innovating something and not only that they are also becoming successful leaders.
The foundation of the developer community is completely dependent on the people who are contributing to it.
Our developer community has been so supportive in encouraging every person who has been taking initiative to contribute irrespective of gender. There are many famous women developers like Ada Lovelace, Grace Hopper, Edith Clarke and many others who have changed the perspective that the technology field is led by men.
Women are now actively taking initiative in creating a community which helps in inviting more female developers via inspiring conferences, hackathons and coding challenges which are dedicated to women.

I have been coding since my college days and always made sure that the eagerness to learn never dies. Since the tech is evolving at such a fast pace, it has become the need of the hour to keep ourselves updated. I remember back in my college days when I was very fond of C++. I used it for so many years for competitive coding. Later, Java came in the picture which helped me to learn a lot about Object-Oriented Programming. Now, I have switched to Javascript and I very much enjoy working in it. Apart from this I always enjoy solving coding puzzles. Here I have one for you in javascript. Just for fun 😜

Write a function f that returns Hello, world!.
Every line must have at most 2 characters, and the total number of lines must be less than 40.

This is the wrong solution 😉

function f () { return 'Hello, world!'; }
// or
const f = _ => 'Hello, world!';
Enter fullscreen mode Exit fullscreen mode

Let me know your thoughts?

I really ❤️ the way that there are many organizations like Women Who Code who are actively promoting and facilitating women's contribution to the tech industry through different series of events. In order to encourage more participation, there should be more meetups, conferences, and sessions at each level starting from corporate to a community level to spread the word and onboard more amazing developers! 😄

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player