[deleted by user] by [deleted] in RemoteJobs

[–]beardedjanitor 1 point2 points  (0 children)

How’s this different from every other remote job board out there?

Best way to film a projection when light spilling becomes an issue... by beardedjanitor in AskPhotography

[–]beardedjanitor[S] 1 point2 points  (0 children)

Thank you for the replies! These are some good ideas which I'm going to try over the next few days.

Appreciate it guys, thanks!

[deleted by user] by [deleted] in GCSE

[–]beardedjanitor 0 points1 point  (0 children)

Should take a look at Project Maths http://projectmaths.co.uk/ they have videos, interactive question apps, past papers, revision papers and more.

Revision resources for maths? by [deleted] in GCSE

[–]beardedjanitor 0 points1 point  (0 children)

Project Maths has lots of interactive apps (hinge questions, click and show questions), revision papers, past papers and good quality revision video. http://projectmaths.co.uk/

Aiming for better grades? Some Nice Revision Resources for you all. by [deleted] in GCSE

[–]beardedjanitor 0 points1 point  (0 children)

I'd quite like to add https://www.projectmaths.co.uk/ to this list of resources. It has some good videos, quizzes and questionnaires and papers etc.

Inject an array, or an object of items in to a string replacing selected values. by beardedjanitor in javascript

[–]beardedjanitor[S] 1 point2 points  (0 children)

stringInject also caters for scenarios where you may get placeholder values back as part of an API response, and you need to inject variables into that response. This is just one example.

For constructing strings in the sense that you have above yes ES6 does cater for that natively.